Skip to content
Josh Barnes edited this page Jul 28, 2016 · 79 revisions

The IPython/Jupyter notebook functionality (i.e. what you do with the Browser) can be extended using Javascript extensions. This repository contains a collection of such extensions. The maturity of the provided extensions may vary, please create an issue if you encounter any problems.

Many extensions may work with other kernel languages than Python, however this has not been extensively tested, so your mileage may vary.

IPython/Jupyter version support

There are different branches of the notebook extensions in this repository. Please make sure you use the branch corresponding to your IPython/Jupyter version. Not all extensions are available for all versions.

IPython/Jupyter Version Description
IPython 1.x not supported
IPython 2.x checkout 2.x branch
IPython 3.x checkout 3.x branch
Jupyter 4.x checkout master branch

Note: This is not related to the Python version.

General installation instructions

Installing and enabling notebook extensions works slightly differently depending on your IPython/Jupyter version. Please see the correct homepage for your version:

Clone this wiki locally