jupyter 后台运行
jupyter 后台运行
#jupyter.sh
cd   ~/OneDrive/python
nohup jupyter notebook  >> jupyter_notebook_1.log 2>&1  & ##将cmd输出信息写入到log文件中,便于后续排查错误
jupyter 后台运行
#jupyter.sh
cd   ~/OneDrive/python
nohup jupyter notebook  >> jupyter_notebook_1.log 2>&1  & ##将cmd输出信息写入到log文件中,便于后续排查错误
