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

后端 未结 11 2228
有刺的猬
有刺的猬 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条回答
  •  既然无缘
    2020-12-02 10:32

    For remote machines jupyter notebook & works fine. However, it does not work on local machines when you close the terminal. For local machines use tmux.

提交回复
热议问题