How to run jupyter notebook in the background ? No need to keep one terminal for it

后端 未结 11 2230
有刺的猬
有刺的猬 2020-12-02 10:17

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

11条回答
  •  萌比男神i
    2020-12-02 10:38

    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.

提交回复
热议问题