All Projects → QuantEcon → sphinxcontrib-jupyter

QuantEcon / sphinxcontrib-jupyter

Licence: BSD-3-Clause license
A Sphinx Extension for Generating Jupyter Notebooks

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
Smarty
1635 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to sphinxcontrib-jupyter

matlabdomain
A Sphinx extension for documenting Matlab code
Stars: ✭ 34 (-52.78%)
Mutual labels:  sphinx-extension
sphinx-substitution-extensions
Extensions for Sphinx which allow substitutions
Stars: ✭ 32 (-55.56%)
Mutual labels:  sphinx-extension
sphinx-toolbox
Box of handy tools for Sphinx 🧰 📔
Stars: ✭ 55 (-23.61%)
Mutual labels:  sphinx-extension
sphinx-wavedrom
A sphinx extension that allows including wavedrom diagrams by using its text-based representation
Stars: ✭ 26 (-63.89%)
Mutual labels:  sphinx-extension
sphinx-revealjs
Presentation builder for Pythonista
Stars: ✭ 56 (-22.22%)
Mutual labels:  sphinx-extension
sphinx-hoverxref
Sphinx extension to show tooltips with content embedded when hover a reference.
Stars: ✭ 77 (+6.94%)
Mutual labels:  sphinx-extension
emojicodes
An extension to use emoji codes in your Sphinx documentation! 😍
Stars: ✭ 39 (-45.83%)
Mutual labels:  sphinx-extension
sphinxcontrib-programoutput
Sphinx extension for capturing program output
Stars: ✭ 29 (-59.72%)
Mutual labels:  sphinx-extension
sphinxcontrib-django
This is a sphinx extension which improves the documentation of Django apps.
Stars: ✭ 37 (-48.61%)
Mutual labels:  sphinx-extension
sphinx-codeautolink
Automatic links from code examples to reference documentation
Stars: ✭ 41 (-43.06%)
Mutual labels:  sphinx-extension
sphinxext-opengraph
Sphinx extension to generate unique OpenGraph metadata
Stars: ✭ 29 (-59.72%)
Mutual labels:  sphinx-extension
sphinx-traceability-extension
Traceability extension for Sphinx documentation generator
Stars: ✭ 24 (-66.67%)
Mutual labels:  sphinx-extension
httpdomain
Documenting RESTful HTTP APIs
Stars: ✭ 51 (-29.17%)
Mutual labels:  sphinx-extension
sphinx-prompt
Sphinx directive to add unselectable prompt
Stars: ✭ 39 (-45.83%)
Mutual labels:  sphinx-extension
sphinxcontrib-hdl-diagrams
Sphinx Extension which generates various types of diagrams from Verilog code.
Stars: ✭ 37 (-48.61%)
Mutual labels:  sphinx-extension
sphinx rtd dark mode
Adds a toggleable dark mode to the Read the Docs theme for Sphinx.
Stars: ✭ 29 (-59.72%)
Mutual labels:  sphinx-extension
sphinxext-rediraffe
Sphinx extension to redirect files
Stars: ✭ 27 (-62.5%)
Mutual labels:  sphinx-extension
plantuml
No description or website provided.
Stars: ✭ 87 (+20.83%)
Mutual labels:  sphinx-extension
restbuilder
A Sphinx builder/writer to output reStructuredText (rst) files
Stars: ✭ 25 (-65.28%)
Mutual labels:  sphinx-extension
autoprogram
Documenting CLI programs
Stars: ✭ 37 (-48.61%)
Mutual labels:  sphinx-extension

sphinxcontrib.jupyter

A Sphinx Extension for Generating Jupyter Notebooks

Documentation Status status-travis

Summary

This sphinx extension can be used to:

  1. build a collection of jupyter notebooks,
  2. execute the Jupyter notebooks,
  3. convert the executed notebooks to html using nbconvert with template support.

Note: It has mainly been written to support the use case of scientific publishing and hasn't been well tested outside of this domain. Please provide feedback as an issue to this repository.

Requires: Sphinx >= 1.7.2 (for running tests).

Examples

Installation

pip install sphinxcontrib-jupyter

to get the latest version it is best to install directly by getting a copy of the repository, and

python setup.py install

if you are wishing to make changes to the project it is best to install using

python setup.py develop

Usage

Update project conf.py file to include the jupyter extension and the desired Configuration settings (see configuration section below):

extensions = ["sphinxcontrib.jupyter"]

then run

make jupyter

Usage in RST Files

The documentation is the best resource to find usage examples.

A minimum configured sphinx repo is available here which generates a sample notebook

Configuration

The documentation is the best resource for configuration settings.

Credits

This project is supported by QuantEcon

Many thanks to the contributors of this project.

LICENSE

Copyright © 2019 QuantEcon Development Team: BSD-3 All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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].