jupyter 命令使用

  • !+bash命令 直接运行命令行

  • dd删除 B向下插入 A 向上插入

  • ctrl + enter 执行本cell

  • 替换 ESC+F

  • 隐藏输出 ESC+O

  • 合并cell shift+M

  • 拆分单元格 ctrl+shift+ -

  • Y 转化为代码状态

  • M  转化为markdown

  • shift+Tab代码提示

  • 查看全局变量

    %who

  • 多行变量打印
    全局设置

    from IPython.core.interactiveshell import InteractiveShell
    InteractiveShell.ast_node_interactivity = "all"
    

相关文章:

  • 2022-02-07
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-12-15
  • 2021-06-17
猜你喜欢
  • 2021-12-27
  • 2022-02-08
  • 2022-03-15
  • 2022-12-23
  • 2021-09-23
  • 2021-06-04
相关资源
相似解决方案