I run jupyter notebook (Python editor) on background in order to keep one terminal for keep working without needs to run a second terminal. so I have done this:
#jupyter notebook &
but the problem is when jupyter notebook is running it keeps send me logs, and this is typically painful and bother me when I'm typing command.
I wanted to stop jupyter notebook to send me these logs???