-
Notifications
You must be signed in to change notification settings - Fork 122
Description
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.