Jupyter Notebook如何在E盘打开

Jupyter Notebook如何在E盘打开

首先打开Anaconda Powershell Prompt,

可以看到默认是C盘。

可以对应着自己的界面输入:

方法1:

复制代码
(base) PS C:\Users\bella> E:
(base) PS E:\> jupyter notebook

方法2:

直接输入:

复制代码
(base) PS C:\Users\bella> jupyter notebook E:

就开始运行了。

相关推荐
czhc11400756635 分钟前
Linux 76 rsync
linux·运维·python
不想迷路的小男孩11 分钟前
Android Studio 中Palette跟Component Tree面板消失怎么恢复正常
android·ide·android studio
AlickLbc35 分钟前
在phpstudy环境下配置搭建XDEBUG配合PHPSTORM的调试环境
ide·phpstorm
悠悠小茉莉36 分钟前
Win11 安装 Visual Studio(保姆教程 - 更新至2025.07)
c++·ide·vscode·python·visualstudio·visual studio
m0_625686551 小时前
day53
python
Real_man1 小时前
告别 requirements.txt,拥抱 pyproject.toml和uv的现代Python工作流
python
站大爷IP2 小时前
Python文件操作的"保险箱":with语句深度实战指南
python
运器1232 小时前
【一起来学AI大模型】算法核心:数组/哈希表/树/排序/动态规划(LeetCode精练)
开发语言·人工智能·python·算法·ai·散列表·ai编程
yanjiee2 小时前
需要scl来指定编译器的clangd+cmake在vscode/cursor开发环境下的配置
ide·vscode·编辑器
巴里巴气4 小时前
selenium基础知识 和 模拟登录selenium版本
爬虫·python·selenium·爬虫模拟登录