Skip to content
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

Error executing Jupyter command 'contrib': [Errno 2] No such file or directory #1624

Open
gabriel1628 opened this issue Dec 26, 2022 · 1 comment

Comments

@gabriel1628
Copy link

gabriel1628 commented Dec 26, 2022

I am working on Linux (ubuntu) in a python virtual environment and when I tried to install javascript and css files using

jupyter contrib nbextension install --user

I received the error

Error executing Jupyter command 'contrib': [Errno 2] No such file or directory

I don't know why, does somebody know?

After searching on the web I found this command (for linux users)

~/.local/bin/jupyter-contrib-nbextension install --user

and it solved my problem

@gabriel1628
Copy link
Author

Ok so it seems notebook extensions don't work when they are installed via pip from a virtual environment, I don't know why but it has to be installed from user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant