Answers for "how to upgrade python version in jupyter notebook"

1

update jupyter notebook

conda update jupyter
Posted by: Guest on May-21-2021
7

update jupyter notebook

conda update --all
Posted by: Guest on October-22-2020
-3

jupyter notebook change python version

# https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-python.html 

conda create -n py36 python=3.6 anaconda
activate py36
Posted by: Guest on November-28-2021

Code answers related to "how to upgrade python version in jupyter notebook"

Browse Popular Code Answers by Language