Jupyter Notebook Extensions Installation - ChicagoBoothAnalytics/site GitHub Wiki

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