虚拟环境配置jupyter(Mac版)

一、激活环境

conda activate tensorflow

二、安装ipython

conda install ipython

三、安装Jupyter

conda install jupyter

四、进入jupyter notebook

jupyter notebook

你可能感兴趣的:(笔记,jupyter,macos,python)