Forums

jupyter nbextensions - notebook extensions pls?

Hi could you tell me how I can install the Jupyter notebook extensions please?

From here - https://github.com/ipython-contrib/IPython-notebook-extensions/ I tried this pip command:

 pip install https://github.com/ipython-contrib/IPython-notebook-extensions/archive/master.zip --user

and it seemed to run, but I can't see the extensions menu in my browser - what would the URL be?

https://www.pythonanywhere.com/user/hagrid67/ipython_notebooks/nbextensions ?

How do I restart the "standard" PA jupyter server to pick up the extensions?

Many thanks!

hi there,

the extensions stuff seems like something PythonAnywhere would have to setup. we will do some investigation and let you know.

to restart the kernel etc, you can do it from within the notebook. to stop the server, the current way is to click on the show processes button from the console tab and kill the jupyter processes.