Skip to content

Installing notebook extensions

Stefan Pfenninger edited this page Nov 3, 2015 · 11 revisions

Installing Jupyter notebook extensions

Also see ipython-contrib/IPython-notebook-extensions for more details.

With Anaconda

$ git clone [email protected]:ipython-contrib/IPython-notebook-extensions.git

$ conda build IPython-notebook-extensions

Without Anaconda

$ git clone [email protected]:ipython-contrib/IPython-notebook-extensions.git

$ cd IPython-notebook-extensions

$ setup.py install 

Setup

Launch the IPython notebook, and go to the /nbextensions URL. For example, if your notebook server is at http://localhost:8888/tree, go to http://localhost:8888/nbextensions.

Scroll down to the Ruler extension and click on Activate. You can adjust the parameters, for example, set color to #B3B3B3 to have a light grey line instead of the default red.

Clone this wiki locally