update_python_jupyter
This is a note for change your python version in jupyter Notebook. 今天想要分享如何換在 jupyter Notebook 換不同 python 般本
Please Install latest python for example python 3.13 which is the latest version, if you are going to switch to python 3.13. You don’t have to install latest version, it’s because I want to switch to python3.13, please be noted.
請務必先安裝最新的 python 3.13,由於我要切換到 python 3.13,因此必須要先安裝 python 3.13。
Changing python version in jupyter
Step changing python version
Step1: Install package
Install Jupyter (optional):
pip install jupyter
Install ipkernel:
pip install ipykernel
You can also install under virtual environment
1 | #1. create virtual env with conda |
you can also use conda command conda env list
to list virtual env.