在conda 环境中,

下载完anaconda没有jupyter_命令行

可使用如下命令安装:

conda install jupyter notebook

下载完之后在开始里的近期文件中会出现

下载完anaconda没有jupyter_命令行_02


在D盘里配置文件位置

D:
mkdir ju
cd ju
jupyter notebook

命令行里打开

下载完anaconda没有jupyter_linux_03