当前位置:网站首页>How to start Jupiter notebook in CONDA virtual environment

How to start Jupiter notebook in CONDA virtual environment

2022-06-23 08:06:00 booze-J

One 、 Under normal circumstances, only in conda Of base Open in the environment jupyter-notebook

stay base Input in the environment :jupyter notebook
base In the environment

Two 、 stay conda In other virtual environments

1. Normal condition

In the created test Open... In the environment jupyter-notebook, You can't see it , Will report a mistake .
 stay test Open in the environment jupyter-notebook

2. stay conda Install... In the virtual environment created nb_conda after

stay test Execute... In a virtual environment conda install nb_conda
 stay test Install in virtual environment nb_conda
installed nb_conda after , Continue to input jupyter notebook, You can jump directly to your virtual environment jupyter-notebook
 Insert picture description here

 Insert picture description here
You see, the above shows that your current environment is test Environment , Right , instead of base Environmental Science .

原网站

版权声明
本文为[booze-J]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206230733000617.html