-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named EmbedPostProcessor #757
Comments
If you upgraded from an older version of the notebooks extensions, you can try Otherwise, can you try doing |
Thanks for the quick response. Unfortunately the migrate command didn't seem to fix it. With iPython in the terminal:
|
I experienced the same thing when running jupyter nbconvert --to python mynotebook.ipynb:
|
I've fixed this by editing ~/.jupyter/jupyter_nbconvert_config.json |
I think this is a result of the rename of embed postprocessor class, we should perhaps add the rename to our migrate script, as with the renamed |
Yes. I also had this issue. |
**Soedjais'**s way fixed this problem for me. However, if you run jupyter notebook under Windows, the configuration file jupyter_nbconvert_config.json might not be in the "user/.jupyter" directory.
to see the log and it will tell you where you can find the file that really affects the conversion. In my case, it's in "c:\ProgramData" which is an invisible system directory. This directory would not be removed even if you uninstall the Anaconda. |
Different platforms have different jupyter directories, and even on single platform there are at least three alternatives (per-user, python sys-prefix, and system-wide). For the per-user directories on your system, use
Which does indeed give
As @ccchiang notes, running an nbconvert command with debug tell you which files are actually loaded. The Windows |
I had to remove
|
That was the fix for me! |
when trying to call
jupyter nbextension
, the following error message occurs:Exporting to .html through the browser interface works fine, but calling nbconvert causes this issue. Any help is much appreciated!
OS: Ubuntu 16.04 LTS
jupyter version 4.2.0
jupyter-contrib-nbextension version 0.2.0
The text was updated successfully, but these errors were encountered: