Suppress output of object when plotting in IPython

Just put ; after the code.

It works only in Jupyter Notebook.

plt.hist(...);

Leave a Comment