python的jupyter的使用教程-Python·Jupyter Notebook各种使用方法

安装Jupyter Notebook的先决条件:已经安装了python(python 2.7 或者是python3)

具体的安装方法:

官方建议利用Anaconda安装Jupyter

安装完成Anaconda后,如果该Anaconda并不自带Jupyter Noterbook,那么,打开cmd,输入:conda install jupyter

可以使用pip install jupyter安装

python的jupyter的使用教程-Python·Jupyter Notebook各种使用方法_第1张图片

二、 更改Jupyter notebook的工作空间

2.1 方式一

如何找到该配置文件?

在cmd中输入jupyter notebook --generate-config

如果该配置文件已经存在,那么,会出现如下信息,从中可以见到配置文件存在的位置,注意,此时,输入N,不要overwrite

image_1b4e641ot340t3g1asfdv81972m.png

如果该配置文件不存在,那么,将会初始化产生一个配置文件

找到配置文件。修改:

你可能感兴趣的:(python的jupyter的使用教程-Python·Jupyter Notebook各种使用方法)