https://www.cnblogs.com/Tsingwaa/p/14681660.html
安装
https://jupyter.org/install
用conda install -c conda-forge jupyterlab
配置
https://www.cnblogs.com/Tsingwaa/p/14681660.html
用jupyter-lab --generate-config
,会生成~/.jupyter/jupyter_lab_config.py
。可以修改该文件。
比如:token设置可以通过c.ServerApp.token = 'xxx'
来设置。
启动
直接用jupyter-lab --no-browser