About me...

jupyter+pycharm

第一步:终端使用conda,切换到目标环境,在该虚拟环境下 下载jupyter支持包(pip install jupyter)

第二步:解决root用户不能直接运行的问题

​ 创建配置文件 jupyter notebook --generate-config

​ 修改文件 vim ~/.jupyter/jupyter_notebook_config.py

修改内容 allow_root = True

​​​​

posted @ 2025-04-04 21:17  -Z00-  阅读(19)  评论(0)    收藏  举报