第一步:终端使用conda,切换到目标环境,在该虚拟环境下 下载jupyter支持包(pip install jupyter) 第二步:解决root用户不能直接运行的问题 创建配置文件 jupyter notebook --generate-config 修改文件 vim ~/.jupyter/jupyter_notebook_config.py 修改内容 allow_root = True