jupyter-sphinx icon indicating copy to clipboard operation
jupyter-sphinx copied to clipboard

Sphinx extension for rendering of Jupyter interactive widgets.

Results 60 jupyter-sphinx issues
Sort by recently updated
recently updated
newest added
trafficstars

when I show tables use this extension, the columns overfolw: ![image](https://user-images.githubusercontent.com/43953268/184279773-a0c4668e-5871-49a5-9d24-b1901ab86b5b.png) In jupyter, the output is ![image](https://user-images.githubusercontent.com/43953268/184279873-afb42093-fa3c-422c-8d39-1ada0a5fa571.png) 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: ![image](https://user-images.githubusercontent.com/276007/181824795-219f4385-9d5e-459b-8d1a-db2c14c1e309.png) Notice how the HTML has the grey background to distinguish input from the output, but...

enhancement

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. ![image](https://user-images.githubusercontent.com/2069677/93648437-0ee9a980-fa0b-11ea-82c4-95a2375db29b.png) Maybe it's time to switch to sphinx-thebe

bug