-
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
Only two extensions available after installing #65
Comments
So the configurator itself provides the two nbextensions you're seeing I'm the interface. Just to double-check, you also installed some other nbextensions which you're hoping to see as well? Perhaps the jupyter_contrib_nbextensions collection? If you're after that, and they're not showing up, I assume you installed the contrib collection with conda as well, in which case this is presumably caused by a failure in the conda post-link script, which is supposed to copy the js & CSS from the python site-packages directory into the jupyter sys-prefix (env-specific) data directory. To fix, you could try conda uninstall and then reinstall of the contrib nbextensions package. Alternatively, if it's definitely installed (or if you installed it using pip rather than conda), you could try to re-run the sommand to copy js & css. With the relevant conda environment activated (that's the one from which you will run
To copy everything over. Add the If you could reply with anything you discover, that'd be great. This kind of issue seems to keep coming up, but so far I haven't seen any obvious cause... |
Apologies, after reading the output in the gist, it looks like the problem here is (possibly) just some mixup of the two packages
Apologies for the confusion, it's far from obvious to people looking at this for the first time! |
Ah sorry, yes I thought this also installed the extensions. This worked. Thank you!
|
I tried it: conda install -c conda-forge jupyter_contrib_nbextensions |
Same here. I have the same problem. These are the only ones I have: Highlight selected word |
I got the same problem. I did |
I installed the package via Rerunning the following command manually solves the problem. jupyter contrib nbextension install --sys-prefix |
I'm on Ubuntu (ChromeOS via crouton) and installed via
conda
after a fresh install ofconda
, Jupyter, and IRkernel. But I'm only seeing two available extensions.Here's some of my installation output, where I tried restarting the Jupyter kernel a couple times after updating conda.
The text was updated successfully, but these errors were encountered: