jupyter lab 快捷命令

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"
    
posted @ 2019-08-14 15:09  FromZeroToOne  阅读(1910)  评论(0编辑  收藏  举报