当前位置:网站首页>Juypter notebook modify the default open folder and default browser
Juypter notebook modify the default open folder and default browser
2022-07-02 19:11:00 【tjh1998】
1. Modify the folder opened by default
stay “Anaconda Prompt ” In the implementation of jupyter notebook --generate-config Command generates a configuration file :jupyter_notebook_config.py
Write down the folder you want to open by default 
2. The browser does not jump by default :
Add the following code : It uses edge browser
import webbrowser
webbrowser.register('edge', None, webbrowser.GenericBrowser(u'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe'))
c.NotebookApp.browser = 'edge'
Find one's own edge Browser location , Replace it .
3. Install the corresponding ipkernel: Reference article :
Replace kernel kernel
边栏推荐
- 【测试开发】一文带你了解什么是软件测试
- 《病人家属,请来一下》读书笔记
- C的内存管理
- 2022 compilation principle final examination recall Edition
- Excel查找一列中的相同值,删除该行或替换为空值
- How to copy and paste interlaced in Excel
- R language dplyr package Na_ The if function converts the control in the vector value into the missing value Na, and converts the specified content into the missing value Na according to the mapping r
- 第一次去曼谷旅游怎么玩?这份省钱攻略请收好
- 论文导读 | 机器学习在数据库基数估计中的应用
- In pytorch function__ call__ And forward functions
猜你喜欢

How can retail enterprises open the second growth curve under the full link digital transformation

使用CLion编译OGLPG-9th-Edition源码

Tutorial (5.0) 10 Troubleshooting * fortiedr * Fortinet network security expert NSE 5

Transformation of thinking consciousness is the key to the success or failure of digital transformation of construction enterprises

M2dgr: slam data set of multi-source and multi scene ground robot (ICRA 2022)

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

Use cheat engine to modify money, life and stars in Kingdom rush
![[daily question] the next day](/img/8a/18329bd9b4a3a4445c8fbbc1ce562b.png)
[daily question] the next day

Stratégie touristique d'été de Singapour: un jour pour visiter l'île de San taosha à Singapour

高级性能测试系列《24. 通过jdbc执行sql脚本》
随机推荐
电商系统中常见的 9 大坑,你踩过没?
教程篇(5.0) 10. 故障排除 * FortiEDR * Fortinet 網絡安全專家 NSE 5
In pytorch function__ call__ And forward functions
How to play when you travel to Bangkok for the first time? Please keep this money saving strategy
数字滚动带动画
Tips for material UV masking
R语言使用epiDisplay包的lrtest函数对多个glm模型(logisti回归)执行似然比检验(Likelihood ratio test)对比两个模型的性能是否有差异、广义线性模型的似然比检
Have you stepped on the nine common pits in the e-commerce system?
What is 9D movie like? (+ common sense of dimension space)
Tutoriel (5.0) 10. Dépannage * fortiedr * fortinet Network Security expert NSE 5
#gStore-weekly | gStore源码解析(四):安全机制之黑白名单配置解析
[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning
迷你高尔夫球场:伦敦休闲旅游好去处
How can retail enterprises open the second growth curve under the full link digital transformation
SQL training 2
metric_logger小解
[论文阅读] CA-Net: Leveraging Contextual Features for Lung Cancer Prediction
Deep learning mathematics foundation
[test development] takes you to know what software testing is
使用xml文件打印mybaties-log插件的方式