当前位置:网站首页>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
边栏推荐
- Compile oglpg-9th-edition source code with clion
- Tips for material UV masking
- PHP非对称加密方法私钥及公钥加密解密的方法
- 教程篇(5.0) 10. 故障排除 * FortiEDR * Fortinet 网络安全专家 NSE 5
- C的内存管理
- mybatiesHelperPro工具必须的可以生成到对应项目文件夹下
- 电商系统中常见的 9 大坑,你踩过没?
- 潇洒郎:彻底解决Markdown图片问题——无需上传图片——无需网络——转发给他人图片无缺失
- Codeworks 5 questions per day (1700 average) - day 4
- Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management
猜你喜欢

Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management

Looking for innocence in New York -- a beautiful day at the discovery center of Legoland, New Jersey

PHP-Parser羽毛球预约小程序开发require线上系统

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

ICDE 2023|TKDE Poster Session(CFP)

What is 9D movie like? (+ common sense of dimension space)

Imitation Jingdong magnifying glass effect (pink teacher version)

Compile oglpg-9th-edition source code with clion

潇洒郎:彻底解决Markdown图片问题——无需上传图片——无需网络——转发给他人图片无缺失

How to clean up discarded PVs and their corresponding folders
随机推荐
Learning summary of MySQL advanced 6: concept and understanding of index, detailed explanation of b+ tree generation process, comparison between MyISAM and InnoDB
R语言dplyr包rowwise函数、mutate函数计算dataframe数据中多个数据列在每行的最大值、并生成行最大值对应的数据列(row maximum)
[test development] takes you to know what software testing is
【JVM调优实战100例】02——虚拟机栈与本地方法栈调优五例
数字滚动带动画
全志A33使用主线U-Boot
Excel查找一列中的相同值,删除该行或替换为空值
juypter notebook 修改默认打开文件夹以及默认浏览器
Web2.0的巨头纷纷布局VC,Tiger DAO VC或成抵达Web3捷径
Tutorial (5.0) 09 Restful API * fortiedr * Fortinet network security expert NSE 5
STM32G0 USB DFU 升级校验出错-2
Gstore weekly gstore source code analysis (4): black and white list configuration analysis of security mechanism
Crypto usage in nodejs
R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
codeforces每日5题(均1700)-第四天
High frequency interview questions
迷你高尔夫球场:伦敦休闲旅游好去处
新手必看,点击两个按钮切换至不同的内容
QT中的QPropertyAnimation使用和toast案列
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal