I can’t launch jupyter notebook
as when i try to launch jupyter the following application launch error pops out. Can someone help me with this problem?
[C 2025-01-16 20:08:38.822 ServerApp] Bad config encountered during initialization: The ‘kernel_spec_manager_class’ trait of <jupyter_server.serverapp.ServerApp object at 0x000001B43A920470> instance must be a type, but ‘nb_conda_kernels.CondaKernelSpecManager’ could not be imported
I have the same problem on freshly installed Miniconda and Jupyter (for Jupiter tried both Navigator and CLI installation).
Hey,
Looks like this might be worth trialling, found over on stackoverflow
Try to run this code on the terminal:
jupyter --config-dir
The output will be a path. Go to that folder and delete all the contents.
Then run
jupyter notebook
it does not work. HELP!!!