nohup jupyter lab --allow-root > 1.log 2>&1 &
nohup jupyter lab --port='8888' --ip='*' --notebook-dir='/data/dataset'  --allow-root > 1.log 2>&1 &
#查看日志
tail -f 1.log

登录以后网址为
http://11.11.255.255:9981/lab?