安装 JupyterLab
bash
pip install jupyterlab
验证安装
jupyter lab --version
启动-root
bash
jupyter lab --ip=0.0.0.0 --port=28889 --no-browser --allow-root
访问
根据命令提示访问