change name
This commit is contained in:
@@ -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 提示需要初始化 解决方法
|
||||||
|
|||||||
Reference in New Issue
Block a user