Virtual environment configuration jupyter (Mac version)

16051408:

1. Activate the environment

conda activate tensorflow

Two, install ipython

conda install ipython

3. Install Jupyter

conda install jupyter

4. Enter jupyter notebook

jupyter notebook

Guess you like

Origin blog.csdn.net/m0_51027322/article/details/128762172