Skip to content

Instantly share code, notes, and snippets.

@hitxiang
Created September 5, 2021 05:37
Show Gist options
  • Save hitxiang/08ea1ce0ab5ce763e1e28a87893c1c04 to your computer and use it in GitHub Desktop.
Save hitxiang/08ea1ce0ab5ce763e1e28a87893c1c04 to your computer and use it in GitHub Desktop.

Revisions

  1. hitxiang created this gist Sep 5, 2021.
    3 changes: 3 additions & 0 deletions jupyter notebooks
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # 让jupyter notebook中的一个cell同时有多个输出
    from IPython.core.interactiveshell import InteractiveShell
    InteractiveShell.ast_node_interactivity = "all"