No module named 'jupyter_sphinx.execute
See original GitHub issueI did not manage to run the extension with same conf.py as https://github.com/jupyter-widgets/jupyter-sphinx/blob/master/doc/source/conf.py.
>> make html
Running Sphinx v1.8.5
loading translations [fr]... fait
Extension error:
Could not import extension jupyter_sphinx.execute (exception: No module named 'jupyter_sphinx.execute')
Makefile:34 : la recette pour la cible « html » a échouée
make: *** [html] Erreur 2
Environment: Python 3.5.3 nbconvert 5.5.0 sphinx 1.8.5 ipywidgets 7.5.0
Regards
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Running sphinx with nbsphinx - jupyter notebook
Apparently, I the issue was with the sphinx version. I was using version 1.5.1, after updating to 2.2.0 everything worked fine!
Read more >Jupyter Sphinx Extension — Jupyter Sphinx 0.3.0 ...
Jupyter -sphinx is a Sphinx extension that executes embedded code in a Jupyter kernel, and embeds outputs of that code in the document....
Read more >package relies on unavailable `ipywidgets.embed` module
I got a private reply from picca, which should have been posted here. The issue at hand is that jupyter-sphinx really depends on...
Read more >jupyter-sphinx - PyPI
It has support for rich output such as images and even Jupyter interactive widgets. Installation. With pip: pip install jupyter_sphinx. with conda: conda ......
Read more >Example that fails to execute - Sphinx-Gallery
Click here to download the full example code or to run this example in your browser via ... line 27, in <module> iae...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you instead install from master (
pip install git+https://github.com/jupyter-widgets/jupyter-sphinx.git -U
), you can also give thebelab a test drive.I’m closing the issue.
Ho ok, thanks. I had to do
pip install --pre jupyter-sphinx -U
Thanks and regard