jupyter-sphinx
jupyter-sphinx copied to clipboard
Sphinx extension for rendering of Jupyter interactive widgets.
This is a follow-up issue for #24 (relies on using the html-manager differently).
See e.g. http://bqplot.readthedocs.io/en/latest/usage.html#examples
Adding some tests for relative path. Related to #224
If all jupyter code blocks has `:hide-output:` flag, then there's no need to run jupyter notebooks. This case arises when all code blocks are supposed to be run by thebe....
cosmetic update of the documentation
This is an excellent project and has proven very useful, but in some environments we end up having a lot of boilerplate required to setup the notebook before things are...
I currently edit my rst files in an editor and run sphinx autobuild to get continuous updates to a rendered HTML version. This works quite nicely and the sphinx cache...
The code is fully duplicated in both files when in the end only one ENV variable is changed. It should rely on the same template or at list call the...