jupyter-sphinx
jupyter-sphinx copied to clipboard
Sphinx extension for rendering of Jupyter interactive widgets.
If I download an example notebook, it only has code cells without any comments, which makes using these examples hard.
### Description The below warning is highlighted by the linter when jupyter-sphinx extension is used to embed python code in the documentation generated using sphinx on a Windows 10 PC....
Hi, I am trying to build interactive documentation using jupyter-sphinx, but I am not able to view the output, following are the error I am getting, I think it ie...
There's a warning about IOPub timeout and the failures are nondeterministic.
I'm using `juptyer-sphinx` in document with first a bash kernel and then a python kernel (no ids used). This produces 4 files in my `build/jupyter_execute` subdir: ``` tutorial_external_solver_1.ipynb tutorial_external_solver_1.py tutorial_external_solver.ipynb...
Sometimes it's helpful to substitute code evaluation results inside text, so we may consider defining a role `jupyter-execute` to accompany a directive. The role would obviously have no configuration, probably...
pytest-regressions is a useful way to check that some structured data in your tests doesn't change. We could use this in our own tests to make them a bit more...
The Sphinx `code-block` directive has a `:caption:` option for displaying a caption and listing number above the code, and `:name:` option for referencing the code later in the document. This...