Closed Beckinetic closed 8 months ago
I was running into this same issue installing on a new machine. Was able to resolve it by making sure the jupyter_config.json
file was present
I'm sorry we didn't respond to this at the time. I will be closing this as stale but if we can reproduce this on a more modern stack (e.g., new conda, new jupyter, etc.) then we can re-open.
Hi, when I tried installing nb_conda_kernels using
conda install nb_conda_kernels
, I got the following outputs:and after that I tried to launch Jupyter-lab, and I got feedbacks as
'[C 2022-04-26 18:08:43.283 ServerApp] Bad config encountered during initialization: The 'kernel_spec_manager_class' trait of <jupyter_server.serverapp.ServerApp object at 0x00000221448BEA70> instance must be a type, but 'nb_conda_kernels.CondaKernelSpecManager' could not be imported'
I thought such problems were caused by the unsuccessful installation of this plugin. I wonder if there is any way to install it correctly, or to remove the alternations it made when installing so I can use Jupyter-lab as before?
My conda version is 4.12.0, and python version 3.10.4. My OS is Windows 10.
Many thanks. Beck