我使用spyder作为python编辑器。 在我的代码的开头,我导入了我写的函数,例如
from my_functions_file import function_1
当我修改文件function_1
中的my_functions_file.py
时,我必须关闭并重新打开spyder以使其更新(即运行更新版本)。
有没有办法在不重新启动spyder的情况下运行更新版本? 我尝试再次运行
from my_functions_file import function_1
答案 0 :(得分:0)
只要您使用 F5 运行包含导入的文件或从菜单中
,Spyder就会自动完成此操作Run > Run