当前位置:网站首页>juypter notebook 修改默认打开文件夹以及默认浏览器
juypter notebook 修改默认打开文件夹以及默认浏览器
2022-07-02 17:50:00 【tjh1998】
1.修改默认打开的文件夹
在“Anaconda Prompt ”中执行jupyter notebook --generate-config命令生成一个配置文件:jupyter_notebook_config.py
这里写上自己想要默认打开的文件夹即可
2.浏览器默认不进行跳转:
添加以下代码:使用的是edge浏览器
import webbrowser
webbrowser.register('edge', None, webbrowser.GenericBrowser(u'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe'))
c.NotebookApp.browser = 'edge'
找到自己的edge浏览器的位置,进行替换即可。
3.安装相对应的ipkernel:参考文章:
更换kernel内核
边栏推荐
- AI开发调试系列第二弹:多机分布式调测探索之旅
- @Component cannot get Dao layer
- sql训练2
- How to write controller layer code gracefully?
- Web实时通信技术之Websocket
- 仿京东放大镜效果(pink老师版)
- After 22 years in office, the father of PowerShell will leave Microsoft: he was demoted by Microsoft for developing PowerShell
- 故障排查:kubectl报错ValidationError: unknown field \u00a0
- 学生抖音宣传母校被吐槽“招生减章”,网友:哈哈哈哈哈哈
- R language uses lrtest function of epidisplay package to perform likelihood ratio test on multiple GLM models (logisti regression). Compare whether the performance of the two models is different, and
猜你喜欢

A simple PHP personal card issuing program v4.0

新手必看,點擊兩個按鈕切換至不同的內容

材质UV遮罩的技巧

The text editor hopes to mark the wrong sentences in red, and the text editor uses markdown

【每日一题】第一天

Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future

Have you stepped on the nine common pits in the e-commerce system?

MySQL advanced learning summary 8: overview of InnoDB data storage structure page, internal structure of page, row format

论文导读 | 机器学习在数据库基数估计中的应用

Redis (7) -- database and expiration key
随机推荐
R language ggplot2 visual Facet: gganimate package is based on Transition_ Time function to create dynamic scatter animation (GIF)
Crypto usage in nodejs
仿京东放大镜效果(pink老师版)
使用CLion编译OGLPG-9th-Edition源码
27: Chapter 3: develop Passport Service: 10: [registration / login] interface: after the registration / login is OK, save the user session information (uid, utoken) to redis and cookies; (one main poi
ICDE 2023|TKDE Poster Session(CFP)
options should NOT have additional properties
【每日一题】第二天
Industrial software lecture - core technology analysis of 3D CAD design software - the second lecture of the Forum
Progress progress bar
Troubleshooting: kubectl reports an error validationerror: unknown field \u00a0
徹底搞懂基於Open3D的點雲處理教程!
Typical application of "stack" - expression evaluation (implemented in C language)
STM32G0 USB DFU 升级校验出错-2
页面标题组件
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
鸿蒙第四次学习
学生抖音宣传母校被吐槽“招生减章”,网友:哈哈哈哈哈哈
Thoroughly understand the point cloud processing tutorial based on open3d!
FastDFS安装