Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing jupyter-archive breaks right click context menu in Jupyterlab 4 #119

Closed
wragge opened this issue Aug 12, 2023 · 4 comments · Fixed by #118
Closed

Installing jupyter-archive breaks right click context menu in Jupyterlab 4 #119

wragge opened this issue Aug 12, 2023 · 4 comments · Fixed by #118
Labels
bug Something isn't working

Comments

@wragge
Copy link

wragge commented Aug 12, 2023

Description

After installing jupyter-archive, if I right click on items in the Jupyter Lab file browser the context menu doesn't appear as expected. In the Javascript console the following error is reported: TypeError: Path must be a string. Received undefined.

Initially reported here: jupyterlab/jupyterlab/issues/14948

Context

  • Operating System and version: Pop!_OS 22.04 LTS
  • Browser and version: Firefox 116.0 (64-bit)
  • JupyterLab version: 4.0.4
@wragge wragge added the bug Something isn't working label Aug 12, 2023
@fcollonval
Copy link
Member

Thanks for reporting the bug @wragge

@underlines
Copy link

sorry for hijacking this issue. runpod.io doesn't allow to uninstall or disable the extension and it completely breaks the whole right click menu on runpod.io. Is there a simple way in the browser's javascript console to temporarily disable the extension messing with the default menu? the whole file browser becomes unusable due to this bug.

@fcollonval
Copy link
Member

The enable/disable feature is a server side config. There is no way to fix it simply. I would reach for the Webservice you mention to request updating the package.

@wyliefoxxx
Copy link

@underlines I was worried when I saw your comment, but was able to fix the issue on runpod simply by uninstalling jupyter archive via the jupyter command console and refreshing the page

pip uninstall jupyter-archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants