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 <port> > /root/logs/jupyter.log 2>&1 &
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 <port> > /root/logs/jupyter.log 2>&1 &
3537
839
878

被折叠的 条评论
为什么被折叠?