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"