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
You can put the process into the background by using jupyter notebook &. You can close the terminal afterwards and the process will still be running.
jupyter notebook &