jupyterlab在linux服务器部署

linux 服务器安装和运行 jupyterlab

apt update
pip3 install jupyterlab
jupyter-lab --generate-config
jupyter-lab password
nohup jupyter lab --ip=0.0.0.0 --no-browser --allow-root --port  > /root/logs/jupyter.log 2>&1 &

你可能感兴趣的:(服务器,linux,运维)