当前位置:网站首页>How to modify the file path of Jupiter notebook under miniconda
How to modify the file path of Jupiter notebook under miniconda
2022-07-05 07:25:00 【Hsu_ hazel】
1. open anaconda prompt
1. Input cd/d D: , cut-in D disc

2. type jupyter notebook, Jump to web page , here jupyter Open is D disc

3. Under this page, open the folder where you want to store the project , It opens at new choice python3 New file ( Choose when you don't create a virtual environment )

4. Input import os
print(os.path.abspath(’.’))
Get the following directory , The modification is successful

边栏推荐
- Simple operation with independent keys (hey, a little fancy) (keil5)
- Basic series of SHEL script (II) syntax + operation + judgment
- [software testing] 06 -- basic process of software testing
- Altimeter data knowledge point 2
- Matrix and TMB package version issues in R
- IPage can display data normally, but total is always equal to 0
- Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
- 借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
- Jenkins reported an error. Illegal character: '\ufeff'. Class, interface or enum are required
- Clickhouse database installation deployment and remote IP access
猜你喜欢

Rough notes of C language (2) -- constants

window navicat连接阿里云服务器mysql步骤及常见问题

Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘

SD_ CMD_ RECEIVE_ SHIFT_ REGISTER

借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中

Daily Practice:Codeforces Round #794 (Div. 2)(A~D)

Line test -- data analysis -- FB -- teacher Gao Zhao

M2dgr slam data set of multi-source and multi scene ground robot

U-Boot初始化及工作流程分析

Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
随机推荐
docker安装mysql并使用navicat连接
[software testing] 02 -- software defect management
Qu'est - ce que l'hydroxyde de sodium?
Basic series of SHEL script (I) variables
Unconventional ending disconnected from the target VM, address: '127.0.0.1:62635', transport: 'socket‘
NPM and package common commands
Shadowless cloud desktop - online computer
The difference between NPM install -g/-save/-save-dev
Now there are HTML files and MVC made with vs (connected to the database). How can they be connected?
PHY drive commissioning --- mdio/mdc interface Clause 22 and 45 (I)
Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
并查集理论讲解和代码实现
R language learning notes 1
What if the DataGrid cannot see the table after connecting to the database
The golang timer uses the stepped pit: the timer is executed once a day
Inftnews | drink tea and send virtual stocks? Analysis of Naixue's tea "coin issuance"
Idea shortcut key
Mathematical analysis_ Notes_ Chapter 8: multiple integral
Import CV2, prompt importerror: libcblas so. 3: cannot open shared object file: No such file or directory
Concurrent programming - how to interrupt / stop a running thread?