-
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
Can not load extension's configuration list #161
Comments
I have the same problem and cannot find a solution. Windows 11, conda distribution, using conda environment.
|
Hi All, struggeled with the same issue today. It was not a good idea to install nbextensions with conda The issue can be fixed, by using Anaconda Prompt and install newer version of jupyter-nbextensions-configurator: |
Here is the problem I got:
However, the nbextension works well. So i guess it's caused by
jupyter_nbextensions_configurator
.I think it is caused by duplicated item in its loading path, according to the only infomation displayed:
[jupyter_nbextensions_configurator] error loading hinterland/hinterland.
The right path should be
nbextensions/hinterland
I guess.Then I searched it:
grep -r "error loading"
./static/nbextensions_configurator/main.js: var msg = log_prefix + ' error loading ' + extension.require;
How could I fix this problem?
The text was updated successfully, but these errors were encountered: