1. 程式人生 > >ipynb檔案轉py檔案

ipynb檔案轉py檔案

在.ipynb檔案的資料夾下開啟cmd終端 然後輸入:  

jupyter nbconvert --to script *.ipynb 

就能把當前資料夾下面的所有的.ipynb檔案轉化為.py檔案