1. 安装jupyter
pip install jupyter
2. 生成jupyter_notebook_config.py文件
jupyter notebook --generate-config
3. 设置命令参数
jupyter notebook --no-browser --allow-root

配置Jupyter服务器
在这里插入图片描述
将上面的代码复制到命令行实参中:
在这里插入图片描述

更多推荐