Open
Description
Is there a way to configure the notebook to not print output without having to return nil in every cell? If not, perhaps this could be implemented as a magic command: https://ipython.readthedocs.io/en/stable/interactive/magics.html
I'm working with a lot of text data and my kernel will slow or even die when I forget to add nil to the end of the cell.