Jupyter配置

修改Jupyter打开界面

(1)打开【Anaconda Prompt】,输入【jupyter notebook --generate-config】命令
在这里插入图片描述

从运行结果可知【jupyter_notebook_config.py】的位置
在这里插入图片描述

(2)使用【记事本】打开
找到# c.NotebookApp.notebook_dir =的位置
在这里插入图片描述

## The directory to use for notebooks and kernels.
#  Default: ''
# c.NotebookApp.notebook_dir = ''

去掉前面的【#】,在单引号‘’中添加路径为事先新建的文件夹
在这里插入图片描述

(3)找到Jupyter Notebook(anaconda)的快捷方式,右键点击【属性】。在目标一行中,去掉最后面的C:\Users\YX\Desktop
在这里插入图片描述
(4)重启Jupyter Notebook(anaconda)
在这里插入图片描述
成功!

相关推荐

  1. conda镜像源,Jupyter内核配置

    2024-05-10 10:40:07       39 阅读
  2. conda配置tensorflow环境+jupyter配核

    2024-05-10 10:40:07       15 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-05-10 10:40:07       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-05-10 10:40:07       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-05-10 10:40:07       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-05-10 10:40:07       20 阅读

热门阅读

  1. git修改版本发布时间

    2024-05-10 10:40:07       11 阅读
  2. 05_kafka-整合springboot

    2024-05-10 10:40:07       8 阅读
  3. iOS 让APP支持横竖屏

    2024-05-10 10:40:07       7 阅读
  4. C++工厂模式

    2024-05-10 10:40:07       9 阅读
  5. iOS block处理button的点击事件

    2024-05-10 10:40:07       11 阅读
  6. Windows MySQL本地服务器设置并导入数据库和数据

    2024-05-10 10:40:07       11 阅读
  7. React 之 组件之间共享值useContext使用(十五)

    2024-05-10 10:40:07       10 阅读
  8. Node.js爬虫在租房信息监测与分析中的应用

    2024-05-10 10:40:07       9 阅读
  9. uniapp app端如何使用live-pusher实现camera效果

    2024-05-10 10:40:07       11 阅读
  10. 安卓uir转二维码保存本地

    2024-05-10 10:40:07       9 阅读