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

In [this line](https://github.com/jupyter/jupyter-sphinx/blob/master/jupyter_sphinx/execute.py#L148) we raise an exception if a cell produced errors. The produced traceback usually includes ANSI escape sequences to color the output, which are interpreted by the displaying...

enhancement
help wanted

The `:hideoutput:` flag hides both plots and script outputs. It would be nice to be able to hide only script outputs but not plots, or vice-versa. Some typical plot commands...

As I've been looking through the Jupyter Sphinx code, I am curious what you all think about the role that ThebeLab plays in the codebase. To me, since ThebeLab is...

In some cells after activating thebelab the input gets crammed into 1 or even 0 lines: ![image](https://user-images.githubusercontent.com/2069677/74636467-50119680-5168-11ea-9cc4-6dfdc91312e3.png) Must be something to fix on the CSS side...

At the very least, nbsphinx and sphinx gallery have each their own advantages, and we should mention these as well as any other reasonable packages that may be used to...

Right now google page speed [gives](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fjupyter-sphinx.readthedocs.io) us a score of 3/100.

Right now widgets are just not shown in PDF, we may want to use something like phantomjs to render into an image. This isn't yet implemented on the widgets side,...

This is done in thebelab examples, and is probably a nicer UI.

This is probably because we mess around with DOM. This is fixed after the cell is run, so it's a minor deficiency.

This is hard because a single document may contain multiple independent "notebooks" with different kernels