pip install nbconvert

라이브러리로 사용하고자 할 때

확장자를 ipynb -> py로 변환하여야 한다.

jupyter nbconvert --to script 파일명.ipynb

CMD에서 사용하기!

+ Recent posts