Jupyter uses an outdated version of a function when asked to import from a file

后端 未结 0 1220
轻奢々
轻奢々 2020-12-22 06:12

In the file mylibrary.py I have the function

def myfunc(a,b):
    return a+b

and in a Jupyter notebook I run

impo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题