Python学习记录(八):Jupyter Notebook

Jupyter Notebook (.pynb)是一个集bash脚本和Python脚本为一体的、交互式脚本文件

  1. 安装install
    建议conda安装:conda install jupyter

  2. 启动 Running the Notebook
    jupyter notebook

  3. VSCode中使用
    VSCode中打开.pynb文件

  4. 转为python文件

  • 使用VSCode保存为.py文件
  • 命令行工具

参考:https://docs.jupyter.org/en/latest/install/notebook-classic.html

posted @ 2025-01-19 12:01  梦一场6688  阅读(57)  评论(0)    收藏  举报