anaconda3 在新env里不显示notebook

在新建的env里需要安装

conda install jupyter nb_conda_kernels

 

注意  notebook 的版本不能高于base里的版本  anaconda3 2024.10  base 7.3.2   而 env里安装有可能变成7.4.2 会在navigator无法显示jupyter notebook图标

 

设置默认路径

jupyter notebook --generate-config

c.NotebookApp.notebook_dir = '/path/to/your/directory'

posted @ 2025-06-09 09:54  永远的幻想  阅读(21)  评论(0)    收藏  举报