Python学习记录(八):Jupyter Notebook
Jupyter Notebook (.pynb)是一个集bash脚本和Python脚本为一体的、交互式脚本文件
-
安装install
建议conda安装:conda install jupyter -
启动 Running the Notebook
jupyter notebook -
VSCode中使用
VSCode中打开.pynb文件 -
转为python文件
- 使用VSCode保存为.py文件
- 命令行工具
参考:https://docs.jupyter.org/en/latest/install/notebook-classic.html

浙公网安备 33010602011771号