change name

This commit is contained in:
2023-12-27 10:27:23 +08:00
parent 8cde12689e
commit af97d42d7d

View File

@@ -34,7 +34,7 @@ micromamba activate plot
# 环境中安装ipykernel # 环境中安装ipykernel
micromamba install -c conda-forge ipykernel -y micromamba install -c conda-forge ipykernel -y
# 将新的虚拟环境添加为一个jupyter的内核 # 将新的虚拟环境添加为一个jupyter的内核
micromamba run -n plot python -m ipykernel install --user --name plot --display-name "Plot Environment" micromamba run -n plot python -m ipykernel install --user --name="sciplot" --display-name="SCIPlot Environment"
``` ```
# micromamba 提示需要初始化 解决方法 # micromamba 提示需要初始化 解决方法