当前位置:网站首页>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  Insert picture description here
2. type jupyter notebook, Jump to web page , here jupyter Open is D disc
 Insert picture description here
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 )
 Insert picture description here
4. Input import os
print(os.path.abspath(’.’))
Get the following directory , The modification is successful
 Insert picture description here

原网站

版权声明
本文为[Hsu_ hazel]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140556496840.html