安装并启动使用Jupyter notebook
一、安装
注意:我是没有安装Anaconda,中途觉得需要Jupyter notebook这个工具,于是通过windows中cmd命令窗口进行下载安装与使用的。
*step1:*切换路径
(如果没有把Python安装目录添加到Path,就需要切换到Python安装目录的Scripts目录下)具体如下:
*step2:*下载
输入pip install jupyter
静静等待其安装完成~~~
有些可能会报错,那就切换为国内镜像下载
pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple/
*step3:*启动Juypter Notebook
在命令窗口输入:jupyter notebook