-
Notifications
You must be signed in to change notification settings - Fork 121
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 #130
Comments
Same issue. Older versions worked fine. |
In my pursuit to find answers, this is a continuation of Issue #130. I decided to update my anaconda install to start over. This installed version 6.1.6 Jupyter Notebook. I then installed NBextensions using conda install -c conda-forge jupyter_nbextensions_configurator. I left the Anaconda prompt and restarted it, then I opened jupyter notebook with debug. Now I have my NBextensions tab but it looks like it is all disabled or not correct, check out my attached snippet png. Also my debug and jupyter nbextensions list, and jupyter paths. I can see I have problems but not sure of what to do next. HELP! LOL JupyterNBextensionsDebug011321.txt Thank you all for your help! |
hello, Basically, jupyter-notebook moved a .js file in a recent update causing the extensions tab to no longer appear. Reverting to an older version works-around the issue:
|
Thank you @jgaman, |
Hi @jgaman , JupyterNotebookDebug011821.txt JupyterNBextensionList011821.txt Thank you for your help. |
I am using Win 10 system with Anaconda installed. Jupyter Notebook version is 6.1.6 I first noticed I did not have type hinting after the last update. I also did not have nbextensions so I went to the GitHub page and followed the download instructions. At the Anaconda base prompt, I downloaded NBextensions and the configurator using conda install -c conda-forge jupyter_nbextensions_configurator. I tried it out and did not have the extensions tab or the hinting so came on this site and looked and found issues #129 and that also referred me to #125. I tried #125 first and changed the render.js file from notebook/js/mathjaxutils to base/js/mathjaxutils and that didn't give me the Nb tab so I then put the notebook/js/mathjaxutils back in the render file and then downgraded the Jupyter notebook to 6.1.5 and that did not work either. I still do not have hinting either. I would appreciate any help, please. I did run a debug on the Jupyter Notebook 6.1.6 and got two 304s, one on css file the other on a kernel. I don't know what they mean. Attached is the debug file.
nlp_courseJupyterNBextensionsDebug.txt
The text was updated successfully, but these errors were encountered: