ipynb -> html, ipynb -> py 변환 본문

[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

'[PL] > Python' 카테고리의 다른 글

python 가상환경 node.js(npm) 설치  (0) 2022.10.03
[Django] check_password()  (0) 2022.07.16
[Python] for loop관련 예제  (0) 2022.01.25
Django-allauth 설정 및 작성  (0) 2022.01.13
[Django] Graphql 기반 - Create, Update  (0) 2021.09.16