module has no attribute

2024-10-22 05:46:07

1、定义有def printlog1(a, b, c, d):方法,在jupyter中引用

module has no attribute

3、解决方法:单击重启按钮,restart the kernel

module has no attribute

4、该问题常发生在方法名修改,或者增加新的方法的时候,使用jupyter报错,但是在pycharm中访问正常,不确定是否跟jupyter版本有关系

猜你喜欢