当前位置:网站首页>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 了 !
边栏推荐
- Node file operation
- C language program: judging triangles
- ssh服务
- How many ways can multithread run in sequence?
- Realization of chat room function
- SSH service
- MQTT入门级简单介绍与使用
- Analysis of thrift serialization protocol
- 基础架构之日志管理平台及钉钉&邮件告警通知
- @Solution to DS ('slave') multi data source compatible transaction problem
猜你喜欢

When Xcode writes swiftui code, it is a small trap that compiles successfully but causes the preview to crash

How to use the C language library function getchar ()

Creating, deleting and viewing Anaconda virtual environment

树莓派基础 | 总结记录树莓派学习过程中的一些操作

How long can we "eat" the dividends of domestic databases?

Various pitfalls encountered in UI development

BGP experiment

7月29日 ApacheCon|Apache Pulsar 在 vivo 的探索与实践 即将开播

Store and guarantee rancher data based on Minio objects

Raspberry pie foundation | summarize and record some operations in the learning process of raspberry pie
随机推荐
Several methods of opening URL in swiftui view
Pointers and arrays (7)
How to make the characters in the photos laugh? HMS core video editing service one click smile function makes people smile more naturally
2022 low voltage electrician examination questions and answers
Multi merchant mall system function disassembly lecture 17 - platform side order list
Summarize the knowledge points of the ten JVM modules. If you don't believe it, you still don't understand it
C # read INI file and key value pair operation
树莓派基础 | 总结记录树莓派学习过程中的一些操作
(function(global,factory){
58子站安居,经纪人营销管理平台登录接口加密逆向
Afnetworking crash course
6、 C language circular statement
Some problems encountered in the development of Excel VBA, solutions, and continuous updates
C# 读取ini文件、键值对操作
Swiftui 4.0's new navigation system
Store and guarantee rancher data based on Minio objects
爆肝整理JVM十大模块知识点总结,不信你还不懂
2、 Declaration and definition of variables and constants
How to use the C language library function getchar ()
Redis redis use in jedis