1. 安装jupyter
cpp
pip install jupyter
2. 生成jupyter_notebook_config.py文件
cpp
jupyter notebook --generate-config
3. 设置命令参数
cpp
jupyter notebook --no-browser --allow-root --port 8900
配置Jupyter服务器
将上面的代码复制到命令行实参中: