Often we run jupyter notebook to pop up a page in browser to use notebook. However, the terminal opening the server remains there. Is there a way that we can cl
jupyter notebook
jupyter notebook & >> disown
put the process into the background by using jupyter notebook & then type disown or disown you can close the terminal now
jupyter notebook &
disown