jupyter打开后只能默认打开C盘的数据,经过多方查找,最终找到了解决方案。 1、打开anaconda prompt 2、输入你想打开的盘,比如F盘则输入 F: 3、输入 jupyter notebook 回车运行即可。 解决!!