仮想環境の操作
起動する
cd C:\Users\sakur\Documents\python_env
.\*******\Scripts\activate
pip list
pip install *******
閉じる
deactivate
追加
python -m venv *****
Jupyterのカーネル操作
追加する
ipython kernel install --user --name=******
削除する
jupyter kernelspec uninstall ****
一覧の出力
jupyter kernelspec list
Jupyter Lab のインストール
pip install jupyterlab
ipykernel のインストール
pip install ipykernel