安装JupyterLab 终端: pip install Jupyterab 部署局域网访问 生成配置文件&运行ipython生成密码哈希 终端: jupyter lab --generate-config # 生成配置文件 Writing default config to: /Users/你的用户名/.jupyter/jupyter_notebook_config.py #生成成功提示 ipython # 运行ipython ipython In [1]: from notebook.auth import passwd In [2]: passwd() Enter passwor