This repository has been archived by the owner on Feb 4, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Jupyter Server and Notebook extensions not enabled #80
Comments
The packages are installed in the kernel env, which is separate from the server env, I think. I don't believe you are given access to the server env. |
Although when I run the extension enabling command from the notebook, then it works. Are there really two environments? |
I thought so. You should be able to tell with |
In the bqplot binder, I see a lot of kernel specs enabled, some which have bqplot, other that don't. None seem to have the extension enabled. |
This seems to be due to anaconda's |
@minrk FYI we can get around it by disabling the default channel of anaconda. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
conda packages holding server or notebook extensions currently execute a shell command as part of their post-link script to register the extension with Jupyter.
This is the case e.g. for jupyterlab or bqplot.
The logs of the binder build indicate that these scripts are successfully run during the installation, however, when running the binder, the extension is not activated.
The text was updated successfully, but these errors were encountered: