1개만 변환 시,

>> jupyter nbconvert --to script [YOUR_NOTEBOOK].ipynb

여러개 변환 시,

>> jupyter nbconvert --to script *.ipynb

출처: 

https://stackoverflow.com/questions/17077494/how-do-i-convert-a-ipython-notebook-into-a-python-file-via-commandline

 

 

 

Posted by uniqueone
,