jupyter-sphinx
jupyter-sphinx copied to clipboard
Sphinx extension for rendering of Jupyter interactive widgets.
when I show tables use this extension, the columns overfolw:  In jupyter, the output is  We see it was handled by ba scrollbar. Could you help me to...
Here is an example input and output cells in HTML and a LaTeX pdf:  Notice how the HTML has the grey background to distinguish input from the output, but...
I'd like to execute JS within the notebook, and rather than including it using the ``.. raw:: html`` directive, I'd like to use Jupyter. The following works within jupyterlab, but...
Config variable `jupyter_sphinx_thebelab_config` is of type `html`. Shouldn't it be of type `env`? The config value is added to the doctree. Hence if the config value changes, the document should...
The current docs for using the jupyter-sphinx [download roles](https://jupyter-sphinx.readthedocs.io/en/latest/#downloading-the-code-as-a-script) are outdated. I eventually tracked down the correct syntax as `{nb-download}` (from its usage in [MyST-NB](https://myst-nb.readthedocs.io/en/latest/examples/interactive.html)) with the file extension required....
We had issues with some serialised state from ipywidgets in notebook. It was working fine when we using `nbsphinx` and old pinned dependencies - however when updating to latest sphinx...
Brought up by @Carreau. IPython has an extension [similar in spirit](https://ipython.readthedocs.io/en/stable/sphinxext.html). As far as I can tell, the key implementation difference is that it is implemented directly via IPython's `InteractiveShell`...
I am not sure if this is the correct place to post this as I do not know the intricacies of sphinx/myst, but I'm sure you can point me in...
When using the Thebelab button to make the code cells executable, I don't seem to be able to have syntax highlighting working properly. https://user-images.githubusercontent.com/21197331/146767224-674d819e-de06-44d6-9015-d83cd746a943.mp4 I tried with a dev install...
This is from our docs.  Maybe it's time to switch to sphinx-thebe