jupyter-sphinx
jupyter-sphinx copied to clipboard
Sphinx extension for rendering of Jupyter interactive widgets.
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
Looks like pytest is failing in `tests/test_execute.py::test_save_script` because hardcoded python interpreter name. Insterd it should be used `sys.executable`. pytest as well currently shows some `PendingDeprecationWarning` warnings. Here is pytest output:...
I don't use the thebelab in my site but the assets still load. I notice that pulling thebelab from unpkg.org often slows the loading of the website considerably. Is there...
As of now, the `jupyer-output` directive puts all its content in a `` block which means we can't include formatted output like bullets and images in there. I have a...
I have created a PR #211 to add common configuration code to be executed before code listed in the jupyter_execute blocks. I am just wondering if this was at all...
I am trying to add a page to my docs with some examples that contain static and interactive (plotly) figures. However, after installing `jupyter_sphinx` and adding it to my `config.py`...
The `utils.output_directory` function always returns `/tmp/jupyter_execute` on my computer. I suspect this to be an error and the intention being to be inside of the Sphinx directory. In my case...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.3. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.3 💅 Cosmetic Output Improvements In #270, @facutuesca💰 made a follow-up to their previous PR #250, making the...
With Sphinx 7.4 (and possibly earlier) The test suite fails: ```python [ 181s] ____________________________ test_builder_priority _____________________________ [ 181s] [ 181s] doctree = [ 181s] [ 181s] def test_builder_priority(doctree): [ 181s]...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.12.2. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.12.2 🐛 What's Fixed The fix for signing legacy zip sdists turned out to be incomplete, so @woodruffw💰...