Multiple Cell Outputs in Jupyter Notebooks

PHOTO EMBED

Thu Oct 22 2020 04:16:45 GMT+0000 (Coordinated Universal Time)

Saved by @jpiedragil #jupyternotebooks #python

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

Useful to avoid using multiple cells for printing several variables.

https://towardsdatascience.com/jupyter-notebook-essential-productivity-hacks-9b7d69073769