# Jupyter語法: ###### tags: `軟體語法筆記` %load predict.py :可以直接載入 py 到 cell 內,再手動運行 kernel。 %run predict.py:可以直接執行 predict.py 檔,不用載入到 cell 內 。