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

The ipyleaflet map embedded in https://stackstac.readthedocs.io/en/stable/examples/gif.html (it's right above the "Search for STAC items" heading) usually shows up the first time you open the page in a new browser, but...

Is there a way to make sphinx use the static output of the notebook (if there is any) instead of re-executing the notebooks every time we build the docs? I...

question

Problem that I would like to solve is to avoid cells compilation, that can be quite slow, when it is not needed. For example, one wants to build Sphinx documentation...

enhancement

Hi guys! Hope to find you well :) I have developed a sphinx extensions that uses `jupyter-sphinx` + `jupytext` to solve the problem of having to constantly copy-paste code from...

If there is an uncaught exception in a cell, there appears to be no information as to the real file line location where the error occurred: ``` Extension error: Cell...

enhancement
help wanted

I have a cell that emits a log warning, which the default log handler then directs to stderr. This gives a warning in Sphinx during the build: ``` WARNING: Cell...

enhancement

### Description Sphinx documentation fails to build on Windows 10 when jupyter-sphinx extension is used to embed python code in the documentation. ``` $ sphinx-build . _build Running Sphinx v3.3.1...

bug

Is support for [jupyter-cache](https://jupyter-cache.readthedocs.io/en/latest/) something that is planned/feasible in jupyter-sphinx? It is very useful to be able to avoid reexecuting code blocks over and over when working on a page.

enhancement
help wanted

Now that `sphinx-thebelab` (https://github.com/executablebooks/sphinx-thebelab) is starting to take shape, I wonder what folks think about using it for thebelab support in `jupyter-sphinx`. It should be possible to use it out-of-the...

enhancement

Using jupyter-sphinx pydata-sphinx-theme docs (https://pydata-sphinx-theme.readthedocs.io/en/latest/), I noticed that it gives errors in the browser console related to thebe css/js: ``` /_static/thebelab.css(127.0.0.1) | Failed to load resource: the server responded with...

bug