查看jupyter的默认路径的方法:(推荐:)
首先,新建一个.ipynb文件,
输入以下脚本,运行出的结果即是当前jupyter文件默认保存路径
import os print(os.path.abspath('.'))
更多python知识请关注。