下载安装jupyter的方法:打开cmd,在cmd中使用“pip install jupyter”命令即可自动下载安装Jupyter Notebook。然后使用命令生成配置文件,在此文件中配置路径。
Python学习网 2020-01-16
57425
Python学习网 2020-05-02
30846
打开jupyter notebook的方法:1、直接双击图标打开。2、从命令行打开,在命令行进入指定路径,然后使用jupyter notebook命令打开jupyter notebook。
Python学习网 2020-02-25
28920
用jupyter读取D盘文件的方法:在cmd中先使用cd命令进入d盘,然后使用jupyter notebook命令启动jupyter即可读取d盘文件。
Python学习网 2020-02-15
12361
Python学习网 2020-05-06
9117
使用jupyter notebook的方法:在cmd命令行中直接使用jupyter notebook命令打开jupyter notebook,同时会打开网页版,然后在网页版中即可直接使用。
Python学习网 2020-02-17
6326
在jupyter中导入源码的方法:在jupyter notebook的cell中直接使用“%load xx.py”命令即可导入源码。
Python学习网 2020-02-22
5984
在当前路径下启动jupyter的方法:先打开控制台,在控制台使用cd命令进入当前路径,然后直接使用jupyter notebook命令启动jupyter即可。
Python学习网 2020-02-19
5543
使用乌班图中jupyter的方法:直接在终端使用jupyter notebook命令即可启动jupyter,然后即可使用jupyter。
Python学习网 2020-02-10
5199
jupyter的相关搜索