[PL]/Python

ipynb -> html, ipynb -> py 변환

객과 함께. 2022. 1. 26. 10:00

jupyter를 쓰면서 신경쓰지 않았던 변환작업이 필요해서 기록.

 

● ipynb -> html  convert

jupyter nbconvert --to html 사용자지정한 파일명.ipynb

● ipynb -> py convert

jupyter nbconvert --to script 사용자지정한 파일명.ipynb