- jupyter方面
pip install jupyterlab notebook
boot
jupyter-lab
- virtualenv方面
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
- add virtualenv to jupyter notebook
pip install ipykernel
python -m ipykernel install --user --name=myenv