安装jupyter notebooks有两种方法:(1)pip方法;(2)Anaconda方法。
安装anaconda之后,自带jupyter notebook工具。本文已经安装anaconda,直接启动jupyter notebook。
目录
(1)新建一个文件夹,作为修改后jupyter notebooks的工作路径。
1 首次启动jupyter notebooks
开始菜单 -》Anaconda -》 jupyter Notebook -》打开jupyter notebook -》启动notebook后,自动打开命令提示窗口,并且浏览器自动打开notebook页面地址http://localhost:8888/tree
可以看到jupyter notebook页面已经有很多文件,这是系统自动默认的工作路径,具体位置为命令提示窗口的标红框位置。所以需要修改工作路径。