当前位置:网站首页>Modify the default path of Jupiter notebook
Modify the default path of Jupiter notebook
2022-07-28 14:54:00 【javafalcon】
Problem description : In the use of jupyter notebook Found every time jupyter notebook Automatically open the default path , Very inconvenient . I want to open in the specified path jupyter notebook. Such as , On the command line :
cd e:\pythonworkout
Enter the specified folder , then :
e:\pythonworkout>jupyter notebook
At this time , The folder opened in the browser is e:\pythonworkout
To solve the process :
stay C:\Users\ Your computer boot account \.jupyter There is a file in the folder :jupyter_notebook_config.py, Open this file with a text editor , Of documents 201-202 The line is as follows :
## The directory to use for notebooks and kernels.
# c.NotebookApp.notebook_dir = ' The default path '
modify 202 Behavior :
c.NotebookApp.notebook_dir = ''
( notes :1. Pay attention to the front # Get rid of ;
2. '' It's two single quotation marks ;
3. “ Your computer boot account ” Refers to such as Administrator Such computer login user name ;)
Save after modification . You can use it happily jupyter notebook 了 !
边栏推荐
- Hand in hand from 0 to a "Nuggets special attention" Google plug-in, 5000 words detailed vue3 responsive principle, the advantages, disadvantages and choices of several cache read-write schemes, flyin
- Third class exercise
- 15、 Launch file label of ROS (I)
- Redis redis use in jedis
- 面试官:ThreadLocal使用场景有哪些?内存泄露问题如何避免?
- It's so hot that solar power can't take off? Hello, head
- Redis configuration file explanation
- 基于 MinIO 对象存储保障 Rancher 数据
- Redis-持久化
- 58 sub station Anju, broker marketing management platform login interface encryption reverse
猜你喜欢
C# 获取当前路径7种方法

Qt development tips

On July 29, apachecon | apachepulsar's exploration and practice in vivo will be broadcast soon

2022 melting welding and thermal cutting examination questions and online simulation examination

VTK annotation class widget vtkborderwidget

Installing redis in Linux

Hcip day 10

SSH service

Penguin side: why not recommend using select *?

Hcip day 12
随机推荐
Vtkcellpicker picking triangular patches
[thread safety] what risks may multithreading bring?
[leetcode] sticker spelling (dynamic planning)
14、 ROS meta function package
MQTT入门级简单介绍与使用
爆肝整理JVM十大模块知识点总结,不信你还不懂
How long can we "eat" the dividends of domestic databases?
如何在 Core Data 中进行批量操作
The third pre class exercise
2022 high altitude installation, maintenance, removal of examination question bank and online simulated examination
C language related programming exercises
Robot mathematics foundation 3D space position representation space position
Factory mode and constructor mode
Read the introduction tutorial of rainbow
看了就会的 Rainbond 入门教程
Third class exercise
八、picker用法 下拉框选择效果
数字化转型安全问题频发,山石网科助力数字政府建设
C # read INI file and key value pair operation
为自定义属性包装类型添加类 @Published 的能力