All Projects → jupyter → jupyter-sphinx-theme

jupyter / jupyter-sphinx-theme

Licence: other
A Sphinx theme for Jupyter and IPython documentation

Programming Languages

HTML
75241 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

jupyter-sphinx-theme

A Jupyter Sphinx theme for narrative documentation.

Installation

Install the package using PIP:

pip install jupyter_sphinx_theme

Edit the "conf.py" configuration file to point to the jupyter theme:

# At the top.
from jupyter_sphinx_theme import *
init_theme()

# ...

# Comment out the `html_theme =` line
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].