We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the classic notebook extension is not installed automatically with the latest 2.0.0 release.
mamba create -n test -c conda-forge python -y
pip install mamba-gator
jupyter nbextension list
$ jupyter nbextension list Known nbextensions: config dir: /home/jtp/miniforge3/envs/test/etc/jupyter/nbconfig notebook section mamba_gator/static/main enabled - Validating: problems found: - require? X mamba_gator/static/main tree section mamba_gator/static/tree enabled - Validating: problems found: - require? X mamba_gator/static/tree
The text was updated successfully, but these errors were encountered:
Ah it's probably because the config points to the file under the static dir:
static
gator/jupyter-config/nbconfig/notebook.d/mamba_gator.json
Line 3 in 0ad6ce7
While they are at the top level in the navigator folder:
navigator
https://github.com/mamba-org/gator/tree/0ad6ce7f9a73577bb9503ba64e59e12271e5952c/mamba_gator/navigator
Sorry, something went wrong.
Thanks for catching that one. Too much trial to use the same bundle for notebook and the navigator 😞
When fixing it, it would be good to restore the original test checking the conda tab exists: https://github.com/mamba-org/gator/blob/v3.4.1/jupyter_conda/tests/js/test_notebook_basic.js
Classic notebook extension with 2.0.0
0674a70
Fixes #115
fcollonval
Successfully merging a pull request may close this issue.
Description
It looks like the classic notebook extension is not installed automatically with the latest 2.0.0 release.
Reproduce
mamba create -n test -c conda-forge python -y
pip install mamba-gator
jupyter nbextension list
The text was updated successfully, but these errors were encountered: