只在jupyter notebook报错,pycharm没有报错
我已经把lab_utils_common.py和lab_utils_uni.py和deeplearning.mplstyle文件放到jupyter C盘运行的文件夹下面了,但还是出现如下报错,路径中删除./也没有用,求大佬看看要怎么解决
TypeError: the 'package' argument is required to perform a relative import for './deeplearning'

只在jupyter notebook报错,pycharm没有报错
我已经把lab_utils_common.py和lab_utils_uni.py和deeplearning.mplstyle文件放到jupyter C盘运行的文件夹下面了,但还是出现如下报错,路径中删除./也没有用,求大佬看看要怎么解决
TypeError: the 'package' argument is required to perform a relative import for './deeplearning'

lab_utils_common.py和lab_utils_uni.py文件中也有plt.style.use('./deeplearning.mplstyle'),也需要删去./