Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change kernel when Jupyter notebook shows only one Python

Tags:

I need to change the kernel to point it to miniconda version of Python, but Jupyter Notebook shows only one "Python 3" under Kernel-> Change Kernel.

Any idea how to get Jupyter notebook to show the additional one installed?

like image 928
MCG Code Avatar asked Jun 16 '17 09:06

MCG Code


1 Answers

You can have a look at this and install the required kernel

https://ipython.readthedocs.io/en/latest/install/kernel_install.html

like image 52
Rajdeep Pal Avatar answered Oct 14 '22 02:10

Rajdeep Pal