未命名
# pycharm 配置 jupyter # 参考教程 https://www.jianshu.com/p/b449804adc70 # 重新配置 2023.3.14 进入 conda 环境 安装 jupyter pip install -U jupyter # 此为安装最新版pip install jupyter生成配置文件, jupyter notebook --generate-configroot 用户下需要加参数 --allow-root 执行上面的命令 jupyter notebook --generate-config --allow-root 生成 jupyter...
more...