VSCODE Jupyter Notebook使用记录

来自官方文档

https://code.visualstudio.com/docs/python/jupyter-support

  1. 首先将编Interpreter设置为Anaconda的python.exe
  2. 使用教程
  • 保存:使用Ctrl+s,note:菜单栏的文件-保存按钮不管用
  • 选中后有Command/edit两种模式
  • Command模式下
    • A向上插入cell,B向下插入cell
    • Up/Down或者J/K用来向上/向下切换cell
    • DD 删除cell
    • Z  还原上一步
    • M/Y markdown/code模式
    • L 开启行数
    •  
  • cell显示M是在edit模式下,不显示M是在Command模式下
  • run by line一般调试代码用

Guess you like

Origin blog.csdn.net/u010590593/article/details/110522792