-
Notifications
You must be signed in to change notification settings - Fork 121
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
nbclassic >=0.5 breaks jupyter_nbextensions_configurator #151
Comments
This is quite problematic for new users. Could a quick release to PyPI pinning |
@juhasch What are your thoughts on this. Should we have a PR that pins to nbclassic<0.5, make a release, and then only after merge #152 and make the release? |
nbclassic 0.5.4 is released and should fix this issue. Can anyone confirm and close this? |
No, I have nbclass 0.5.4 installed, and I am still getting this error.
|
Thx for reporting @paulhybryant. I have tested in a blank env and the configurator works fine for |
Hi, |
Yes, it is not just for zenmode. I didn't event have zenmode enabled. All the markdown description of the plugins have a blank description. |
I have opened #154 that fixes the markdown description. However, zenmode (and potentially others) should be fixed upstream. |
@juhasch We need your help for a new release. |
Is there a new release? Thanks! |
@paulhybryant Yes, you can https://pypi.org/project/jupyter-nbextensions-configurator/0.6.3 |
Hi,
It seems that the nbclassic >= 0.5 releases break the jupyter_nbextensions_configurator extension, because it cannot find the corrected "marked.js" file. It is trying to load "/static/nbclassic/components/marked/lib/marked.js?v=20230228105802", but cannot find that. If I pin nbclassic < 0.5, then it works.
Migrated from jupyter/nbclassic#227.
Best,
Mark
The text was updated successfully, but these errors were encountered: