运行已定义的函数spyder

时间:2016-11-16 16:10:21

标签: python function spyder

我使用spyder作为python编辑器。 在我的代码的开头,我导入了我写的函数,例如

from my_functions_file import function_1

当我修改文件function_1中的my_functions_file.py时,我必须关闭并重新打开spyder以使其更新(即运行更新版本)。

有没有办法在不重新启动spyder的情况下运行更新版本? 我尝试再次运行

from my_functions_file import function_1

1 个答案:

答案 0 :(得分:0)

只要您使用 F5 运行包含导入的文件或从菜单中

,Spyder就会自动完成此操作
Run > Run