安装jupyter lab
pip安装
pip install jupyterlab
生成配置文件
jupyter lab --generate-config
启动jupyter lab
nohup jupyter lab --allow-root >/dev/null &1>2 &
playground
http://jupyter.xhtang.cn/
pip install jupyterlab
jupyter lab --generate-config
nohup jupyter lab --allow-root >/dev/null &1>2 &
http://jupyter.xhtang.cn/