-
Notifications
You must be signed in to change notification settings - Fork 0
Installing notebook extensions
Stefan Pfenninger edited this page Nov 3, 2015
·
11 revisions
Also see ipython-contrib/IPython-notebook-extensions for more details.
$ git clone git@github.com:ipython-contrib/IPython-notebook-extensions.git
$ conda build IPython-notebook-extensions
$ git clone git@github.com:ipython-contrib/IPython-notebook-extensions.git
$ cd IPython-notebook-extensions
$ setup.py install
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.