Code that I ususally include in the first cell of a jupyter nootebook: from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all" This avoids using print() to obtain multiple outputs in one cell. For example, given this code in one cell: a = 1
The easiest way I found to create an empty file in Windows 10 like touch in Linux: >cd . > filename.ext