执行启动命令如下:
nohup jupyter-notebook --ip=127.0.0.1 --port=8801 --notebook-dir=/home/eryk/jupyter_home &
错误信息如下:
PermissionError: [Errno 13] Permission denied: '/run/user/1000/jupyter'
解决办法:
unset XDG_RUNTIME_DIR
参考:
https://github.com/jupyter/notebook/issues/1318