Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Python version in Jupyter notebook?

Tags:

python

jupyter

at the beginning I had installed the newest Python 3.9 version. However, on this version I was not able to install tensorflow, which I read is not supporting this version. After it, I installed Python 3.8.7 but my jupyter notebook is still using Python 3.9. How can I change version in Jupyter Notebook to use 3.8.7 instead of 3.9? Thanks in advance.

like image 513
Lukasz Avatar asked Apr 20 '26 14:04

Lukasz


1 Answers

pip3 install ipykernel --upgrade
python3 -m ipykernel install --user

References:

Jupyter Notebook can't find modules for python 3.6

like image 181
lww1993 Avatar answered Apr 23 '26 04:04

lww1993



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!