0
我使用spyder作爲python編輯器。 在我的代碼開始我導入我寫的功能,例如運行定義函數spyder
from my_functions_file import function_1
它發生時,我的文件my_functions_file.py
在修改function_1
我必須關閉並重新打開的Spyder已經更新它的(即執行更新版本)。
有沒有辦法在不重新啓動spyder的情況下運行更新後的版本? 我試圖再次運行線
from my_functions_file import function_1
奇,一旦文件完成你保存'my_functions_file'它會在下次導入時重新加載。 – zipa