-
Notifications
You must be signed in to change notification settings - Fork 8
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