Installation

To install the extension:

pip install sphinxcontrib-jupyter

to upgrade your current installation to the latest version:

pip install sphinxcontrib-jupyter --upgrade

Todo

Add installation via conda-forge

Alternative

Another way to get the latest version it is to install directly by getting a copy of the repository:

git clone https://github.com/QuantEcon/sphinxcontrib-jupyter

and then use

python setup.py install

Developers

For developers it can be useful to install using the develop option:

python setup.py develop

this will install the package into the site-wide package directory which is linked to the code in your local copy of the repository. It is not recommended to install this way for common use.