-
Notifications
You must be signed in to change notification settings - Fork 122
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 able to see the jupyter_nbextensions_configurator #94
Comments
The standard url is http://localhost:8888/nbextensions, unless you habe changed the |
I tried it and it gives the same not found error |
Do you see |
no, and in the logs I see this message: what should I do to active it? |
If not, the extension was not installed properly. You might want to create a new virtualenv or conda environment (depending on your installation) and try reinstalling in a fresh setup. |
How is it possible that the extension appears as enabled but the module is not found? |
You likely installed the configurator package in your base environment and not in your current one. |
Right, that was the case. I fixed it following the suggestions from here: |
I upgraded jupyter_nbextensions_configurator to 0.4.1
then I run again:
jupyter nbextensions_configurator enable --user
However at the following page:
http://localhost:8888/tree
the extensions is not visible yet.
Also if I try to access to
http://localhost:8888/custom/base/url/nbextensions
or
http://localhost:8888/custom/base/url/tree
it returns:
404 : Not Found
You are requesting a page that does not exist!
What can be done to make it visible?
The text was updated successfully, but these errors were encountered: