TIL:-
That pip install accepts an argument -q which silents the output of the packages being installed.

Ex:- pip install <my-python-pacakage> -q

Now my jupyternotebooks are relatively clean.

#python #pip #jupyternotebook #learningnewthings