怎么找jupyter存储的路径?
首先,新建一个.ipynb文件,
输入以下脚本,运行出的结果即是当前jupyter文件默认保存路径
import os print(os.path.abspath('.'))
相关文章教程推荐: