2020-08-05

Jupyter Notebook 安装和使用 Win 10

  1. 安装

直接安装anaconda,其中就包含了jupyter notebook,地址如下:
anaconda下载地址
anaconda介绍与安装教程

  1. 使用

(1) 打开Anaconda Prompt
win + Q 键打开win10搜索框,搜索Anaconda Prompt并打开
2020-08-05
(2) 输入 conda install jupyter notebook 看看是不是真的安装好了
2020-08-05

(3)打开特定文件夹下的文件
jupyter 有一个默认的工作文件夹, 但是有时候我们需要在某一个特定文件夹下读写文件。比如我们想进入 D:\Others\try, 就可以如下先进入该文件夹。
然后输入 jupyter notebook就会见到 默认浏览器打开了jupyter notebook
2020-08-05
2020-08-05