当前位置:网站首页>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

边栏推荐
- Batch convert txt to excel format
- Rough notes of C language (2) -- constants
- IPage can display data normally, but total is always equal to 0
- U-Boot初始化及工作流程分析
- 并查集理论讲解和代码实现
- R language learning notes 1
- Basic series of SHEL script (II) syntax + operation + judgment
- Solve tensorfow GPU modulenotfounderror: no module named 'tensorflow_ core. estimator‘
- The difference between NPM install -g/-save/-save-dev
- Concurrent programming - how to interrupt / stop a running thread?
猜你喜欢

1290_FreeRTOS中prvTaskIsTaskSuspended()接口实现分析

Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL

PHY drive commissioning - phy controller drive (II)

C#学习笔记

I 用c l 栈与队列的相互实现
![[software testing] 02 -- software defect management](/img/2f/9987e10e9d4ec7509fa6d4ba14e84c.jpg)
[software testing] 02 -- software defect management

Powermanagerservice (I) - initialization

Concurrent programming - deadlock troubleshooting and handling

Idea to view the source code of jar package and some shortcut keys (necessary for reading the source code)
![[vscode] prohibit the pylance plug-in from automatically adding import](/img/a7/d96c0c4739ff68356c15bafbbb1328.jpg)
[vscode] prohibit the pylance plug-in from automatically adding import
随机推荐
Mathematical analysis_ Notes_ Chapter 8: multiple integral
Daily Practice:Codeforces Round #794 (Div. 2)(A~D)
Oracle code use
window navicat连接阿里云服务器mysql步骤及常见问题
M2DGR 多源多场景 地面机器人SLAM数据集
HDU1232 畅通工程(并查集)
一文揭开,测试外包公司的真实情况
What is soda?
[framework] multi learner
Line test -- data analysis -- FB -- teacher Gao Zhao
二分查找(折半查找)
The golang timer uses the stepped pit: the timer is executed once a day
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
[software testing] 04 -- software testing and software development
[idea] efficient plug-in save actions to improve your work efficiency
D2L installation
借助 Navicat for MySQL 软件 把 不同或者相同数据库链接中的某数据库表数据 复制到 另一个数据库表中
Typescript get timestamp
【idea】Could not autowire. No beans of xxx type found
【Node】npm、yarn、pnpm 区别