jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
42.69k stars 17.82k forks source link

Purpose of Suppressing Out in python #379

Open SudhanAnnamalai opened 1 year ago

SudhanAnnamalai commented 1 year ago

Hi I have been learning the shortcuts of ipython, it was so helpful.

However, I couldn't understand the purpose of Suppressing the output in IPython, If it's neither print output nor stores that output, what's the point?

I just got curious over this?

titianqx commented 1 year ago

@axxdsyl