https://github.com/quantecon/sphinxcontrib-jupyter.minimal
A Minimal Example of the Jupyter Sphinx Extension
https://github.com/quantecon/sphinxcontrib-jupyter.minimal
Last synced: 3 months ago
JSON representation
A Minimal Example of the Jupyter Sphinx Extension
- Host: GitHub
- URL: https://github.com/quantecon/sphinxcontrib-jupyter.minimal
- Owner: QuantEcon
- Created: 2018-01-30T03:42:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T12:53:42.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T11:21:27.226Z (about 1 year ago)
- Language: Python
- Size: 73.2 KB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sphinxcontrib-jupyter.minimal
A Minimal Example of the Jupyter Sphinx Extension
This is a minimal example of a Sphinx project that is setup
to use the [Jupyter Extension](https://github.com/QuantEcon/sphinxcontrib-jupyter)
This requires you to install the extension:
pip install sphinxcontrib-jupyter
> **Note:** This example currently only works using the latest [master](https://github.com/QuantEcon/sphinxcontrib-jupyter)
> and installing using `python setup.py install`. Awaiting for PyPI credentials to update releases.
Once cloned you should be able to run:
make jupyter
to generate a small set of demo jupyter notebooks.
Generated notebooks can be found in the `_build/jupyter/` folder.
## simple_notebook.rst
