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