Skip to content

Jupyter Notebook Extensions Installation

luongthevinh edited this page Jan 26, 2016 · 2 revisions

Dependency: this assumes you have installed Anaconda Python v2.7.

Jupyter, a generalized successor to iPython, is an interactive notebook environment for scientific computing.

To enhance your user experience, you may install a number of extensions to Jupyter.

Git-clone this Jupyter Notebook Extensions repo down to a local folder named IPython-notebook-extensions on your machine.

Launch a command-line terminal window and navigate to the cloned folder, then run the following commands:

  • python setup.py install
  • cd ..
  • conda build IPython-notebook-extensions
Clone this wiki locally