修改Anaconda中的Jupyter Notebook當下工作路徑
os模組提供了不少與作業系統相關聯的函式。
import os
os.getcwd() #現在的工作路徑
os.chdir('__dir__') #__dir__處輸入路徑即可
相關文章
- 如何修改Jupyter Notebook工作路徑(Anaconda中)
- 修改 jupyter notebook 啟動工作路徑的方法
- Anaconda下安裝Jupyter notebook
- Jupyter Notebook怎麼更改預設路徑
- Jupyter Notebook修改登陸密碼密碼
- Python環境的安裝(Anaconda+Jupyter notebook+Pycharm)PythonPyCharm
- Jupyter Notebook
- Jupyter Notebook的使用
- Jupyter Notebook 下安裝 PHP 核心PHP
- pycharm中執行jupyter notebookPyCharm
- Jupyter Notebook的安裝
- 【Jupyter Notebook】jupyter notebook呼叫另一個.ipynb檔案
- jupyter notebook中 切換不同的Python環境Python
- 怎麼修改spyder預設工作路徑
- Jupyter Notebook新增Ruby支援
- Jupyter Notebook入門指南
- jupyter notebook各種操作
- Jupyter Notebook 中同時使用 Python 和 RPython
- Jupyter可能並非理想的Notebook
- jupyter notebook 中執行展示控制行的數量
- 怎麼設定jupyter路徑?
- 修改VS中的NuGet包下載路徑
- anaconda中python環境路徑衝突問題Python
- 如何在指定資料夾下進入jupyter notebook
- 為Jupyter Notebook 新增目錄
- jupyter notebook 遠端訪問
- Jupyter notebook快速入門教程
- Jupyter Notebook 使用與安裝
- jupyter notebook 刪除指定 kernel
- 搭建jupyter notebook伺服器伺服器
- 修改桌面路徑
- 將Python虛擬環境新增到Jupyter Notebook中Python
- [譯] 給初學者的 Jupyter Notebook 教程
- Jupyter Notebook的Kotlin核心(0.8版本)Kotlin
- 認識jupyter notebook 和 Matplotlib的基本用法
- Jupyter notebook 新增虛擬環境
- jupyter notebook外掛環境配置
- Jupyter notebook 中用 pip 安裝 tensorflow
- 怎麼看jupyter的檔案儲存路徑