1. First list the available kernel list,
2. Delete the original kernel;
3. Check if there is a kernel in ipython of Anaconda.
4. Reinstall kernel.
The specific orders are as follows:
2. Delete the original kernel;
3. Check if there is a kernel in ipython of Anaconda.
4. Reinstall kernel.
The specific orders are as follows:
$ jupyter kernelspec list
Available kernels:
python3 /home/miracode2033/anaconda3/share/jupyter/kernels/python3
$ rm -r /home/miracode2033/anaconda3/share/jupyter/kernels/python3
$ jupyter kernelspec list
Available kernels:
python3 /home/miracode2033/anaconda3/lib/python3.6/site-packages/ipykernel/resources
$ python -m ipykernel install --user
Installed kernelspec python3 in /home/miracode2033/.local/share/jupyter/kernels/python3
$
div>
Read More:
- A solution to the kernel error of Jupiter notebook in Anaconda under Windows 10
- In Python, import XXX does not report an error, but in IPython (Jupiter notebook)
- Exception: jupyter command Jupiter notebook not found
- Modify the default file location of the Jupiter notebook
- Interrupt the kernel in Jupiter does not respond
- On the kernel error of jupyter notebook
- VsCode+Anaconda+jupyter Error: Kernel died with exit code
- Error kernel restart: restart failed was reported in the background of jupyter notebook
- Solution to abnormal errors during startup of Python’s Anaconda
- Incomplete and “the Jupiter” distribution was not found
- Install anaconda error: failed to create anaconda menus
- Anaconda Matplotlib drawing Chinese garbled solution
- Error importing keras in jupyter Notebook: modulenotfounderror: no module named ‘keras’ solution
- Solving environment: failed solution to the problem encountered when updating Anaconda
- Anaconda installation opencv Python error solution
- Change Jupyter Notebook Default Directory
- Setting up a virtual environment for jupyter notebook
- [Fixed]Error executing Jupyter command ‘notebook’: [Errno ‘jupyter-notebook’ not found] 2
- Jupyter notebook couldn’t find CONDA’s virtual environment
- Python Anaconda Spyder can’t display pictures by using Matplotlib. Error report solution: figures now render in the plots pane by default. To mak