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

边栏推荐
- What is soda?
- (tool use) how to make the system automatically match and associate to database fields by importing MySQL from idea and writing SQL statements
- 二分查找(折半查找)
- Don't confuse the use difference between series / and / *
- Powermanagerservice (I) - initialization
- HDU1231 最大连续子序列(分治or动规or双指针)
- SOC_ SD_ DATA_ FSM
- Eclipse project recompile, clear cache
- The SQL implementation has multiple records with the same ID, and the latest one is taken
- Do you choose pandas or SQL for the top 1 of data analysis in your mind?
猜你喜欢
![[software testing] 06 -- basic process of software testing](/img/fe/3d8b9b68f95ac7899ab87d6993284d.jpg)
[software testing] 06 -- basic process of software testing

And play the little chestnut of dynamic agent
![[vscode] prohibit the pylance plug-in from automatically adding import](/img/a7/d96c0c4739ff68356c15bafbbb1328.jpg)
[vscode] prohibit the pylance plug-in from automatically adding import

目标检测系列——Faster R-CNN原理详解

第 2 章:小试牛刀,实现一个简单的Bean容器

Do you choose pandas or SQL for the top 1 of data analysis in your mind?

IPage can display data normally, but total is always equal to 0

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

U-boot initialization and workflow analysis

U-Boot初始化及工作流程分析
随机推荐
SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
Raspberry pie 4B arm platform aarch64 PIP installation pytorch
The golang timer uses the stepped pit: the timer is executed once a day
剑指 Offer 56 数组中数字出现的次数(异或)
HDU1232 畅通工程(并查集)
Now there are HTML files and MVC made with vs (connected to the database). How can they be connected?
【obs】x264编码:“buffer_size“
IPage can display data normally, but total is always equal to 0
golang定时器使用踩的坑:定时器每天执行一次
Database SQL practice 3. Find the current salary details of the current leaders of each department and their corresponding department number Dept_ no
(top) pretty girl binary color code portal
【Node】npm、yarn、pnpm 区别
Literacy Ethernet MII interface types Daquan MII, RMII, smii, gmii, rgmii, sgmii, XGMII, XAUI, rxaui
Unforgettable summary of 2021
Do you choose pandas or SQL for the top 1 of data analysis in your mind?
Simple operation of nixie tube (keil5)
Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
[untitled]
[solved] there is something wrong with the image
2022.06.27_每日一题