-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue with pangeo kernelspec #1104
Comments
The problem is the nb_conda and nb_conda_kernels which are just installed in the jupyterlab image for pangeo
|
Removing the |
@maxrjones @weiji14 have any experience with this? @grallewellyn on a similar note, yesterday when working in the R image I couldn't figure out how to register a new conda env with an R kernel (custom not the default). |
I can register a new conda env with an R kernel by creating a kernel.json file in a
then registering with
|
I'm not familiar with the differences between https://github.com/anaconda/nb_conda_kernels and https://github.com/anaconda/nb_conda (there is a question on this at anaconda/nb_conda#88 which remains unanswered). I do see both installed in MAAP pangeo image at https://github.com/MAAP-Project/maap-workspaces/blob/77a270b61ef6aacd92658d65525287b63877c9a3/jupyterlab/pangeo/environment.yml#L21-L22, is it ok to have both installed like this? @grallewellyn, what are the default kernels you see with a fresh start from Jupyter, i.e. provide the output of |
We were copying pangeo-notebook https://github.com/pangeo-data/pangeo-docker-images/blob/f9d461494dce5c1589625b7e94b33c397a44b659/pangeo-notebook/environment.yml#L71 @weiji14 yes on the R workspaces we want the R kernel as the default when a new R notebook is opened. The case I was mentioning was tangentially related when a user creates their own |
Unable to open a notebook if you only have the default kernelspec of
/opt/conda/envs/pangeo/share/jupyter/kernels/python3
even though this environment is present
Creating a new kernelspec is a temporary workaround
Need to verify:
The text was updated successfully, but these errors were encountered: