-
Notifications
You must be signed in to change notification settings - Fork 576
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
not working if jupyter_contrib_nbextensions are installed #2189
Comments
This issue is in |
I have a similar problem, and I would like to point out that I was somehow "forced" to install jupyter_contrib_nbextensions. I start from a fresh virtual env:
I check that
Output looks OK. Then I try the following command:
This ends up with the following error:
Is this error due to the particular type of conversion I'm asking Anyway, I proceed to install jupyter_contrib_nbextensions:
But then
(Same error with Some of the latest issues regarding jupyter_contrib_nbextensions suggest me that it will be hard to get a fix on their side: ipython-contrib/jupyter_contrib_nbextensions#1661 ipython-contrib/jupyter_contrib_nbextensions#1666 ipython-contrib/jupyter_contrib_nbextensions#1667 Pull requests seem to be pending since quite some time: |
Fixes discussed here work for me: I forked the fork on which the above pull request is based and added the extra modification to https://github.com/blaiseli/jupyter_contrib_nbextensions Then:
Now |
I tried to convert a Jupyter notebook to python script with
jupyter nbconvert --to python ...
This gave me an error if outdated? jupyter_contrib_nbextension is installed:
However, when I uninstall it, it works.
So probably, the priority to use it should be downgraded or completely removed.
The text was updated successfully, but these errors were encountered: