question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No module named 'jupyter_sphinx.execute

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
akhmerovcommented, Jul 9, 2019

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.

0reactions
djangolivcommented, Jul 9, 2019

Ho ok, thanks. I had to do pip install --pre jupyter-sphinx -U

Thanks and regard

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found