本文配置环境为win11
前言
因重装win11,现在又重新需要使用到jupyter,因此记录一下怎么配置
一、Anaconda的安装
安装一直点下一步即可。
注意:如果想使用powershell进入jupyter,需要把anaconda的路径加入到环境变量中
直接在Anaconda prompt中输入jupyter notebook浏览器即可自动跳转
本人习惯使用windows powershell进入(前提是将环境变量加入)
PS C:Usersxxx> jupyter notebook --generate-config Writing default config to: C:Usersxxx.jupyterjupyter_notebook_config.py2.根据路径打开配置文件
找到下面配置 ## The directory to use for notebooks and kernels. # Default: '' c.NotebookApp.notebook_dir = 'E:learningjupyter'3.更改快捷方式打开的默认路径
将目标中的"%USERPROFILE%/"删除



