0

I am trying to setup an environment on my new computer with conda + Jupyter notebook.

After it is done, Jupyter is shown as not installed in Anaconda Navigator.

I run the following code

`(myenv) C:\Users\UserName>jupyter kernelspec list`

`Available kernels:
 python3    
C:\Users\UserName\AppData\Local\Continuum\anaconda3\envs\myenv\share\jupyter\kernels\python3`

But after I install Jupyter via Anaconda Navigator

`(myenv) C:\Users\UserName>jupyter kernelspec list`

`[ListKernelSpecs] WARNING | Kernel 'Python 3' is referencing a kernel provisioner ('local- provisioner') that is not available.  Ensure the appropriate package has been installed and retry. No kernels available`

Not sure about the reason of this. It works fine on my old computer. I tried to use the same version of Anaconda as well.

I am really stuck now. Thank you very much in advance for your help.

Conan
  • 1
  • Does this answer your question? [Conda environments not showing up in Jupyter Notebook](https://stackoverflow.com/questions/39604271/conda-environments-not-showing-up-in-jupyter-notebook) Namely, the simplest setup for Jupyter + Conda is to install `jupyter` and `nb_conda_kernels` in one environment, and install `ipykernel` in any other Python environments you want to use as kernels. Always launch `jupyter notebook` from the dedicated Jupyter environment, then select the kernel you wish to use. – merv Sep 16 '21 at 18:23

0 Answers0