-
Notifications
You must be signed in to change notification settings - Fork 122
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
nbextensions tab is missing in Jupyter Notebook Server #142
Comments
To reproduce this, I ran the following:
|
I debugged by checking the browser console for errors (usually F12 -> console) It said "The resource from “http://localhost:8888/static/components/jquery-ui/themes/smoothness/jquery-ui.min.css was blocked ..." checking the URL gives some sort of 404. So I searched my conda site packages directory for the folder "static" and found this path:
Then copied all content from subfolder |
So @gingsi do we have a bug? Is this issue going to be triaged? |
Is using |
Sorry for the confusion, I am not on the jupyter team. But while I am here, the errors sound like your environment is broken. Try to delete everything and start from scratch, i.e. a new miniconda / pyenv / whatever environment, or a new python installation. Personally I like miniconda the most for environment handling. |
@gingsi comment helped me. But I spent some time by thinking what exactly I need to do.
this fixed the problem for me. |
The nbextensions tab is blank, and the
Navigate
menu item has no items in the dropdown.I am trying to use the
![image](https://user-images.githubusercontent.com/689723/200096957-05a79e5f-d3e0-47ee-a315-0ae410413644.png)
toc2
tool, and I can see the table of contents when I click the toc button in the toolbar (see image).Questions:
THANK YOU.
Current System:
Python Version: 3.10.6
Running this in a virtual environment.
MacOS 12.6 on a late 2021 MacBook Pro.
jupyter contrib nbextension install --user
jupyter nbextension enable toc2/main
After running
jupyter --version
I get:The text was updated successfully, but these errors were encountered: