Guest User

Untitled

a guest
Mar 24th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #allows multiple output in Jupyter notebook
  2.  
  3. from IPython.core.interactiveshell import InteractiveShell
  4. InteractiveShell.ast_node_interactivity = "all"
Add Comment
Please, Sign In to add comment