1)Anaconda安装配置Jupyter(2024最新版)
在不同环境中安装jupyter,并添加kernel使用第三方库
python -m ipykernel install --user --name=DeepLearning
1-创建一个新的配置文件(如果没有)
jupyter notebook --generate-config
2-编辑配置文件
> 一般地址:C:\Users\popyu\.jupyter\jupyter_notebook_config.py
> 旧版本:c.NotebookApp.notebook_dir = 'D:\\TT_RUNTIME+\\Anaconda3_Jupyter'
> 旧版本:c.ServerApp.notebook_dir = 'D:\\TT_RUNTIME+\\Anaconda3_Jupyter'
3-临时指定文件夹地址
jupyter notebook --notebook-dir=/path/to/your/directory