🌟

conda環境をjupyter notebookで使う

2023/08/31に公開
conda install ipykernel
python -m ipykernel install --user --name=環境名

Discussion