vscode, colab) ipynb 파일을 html 파일로 바꾸기
2022. 1. 31. 20:34ㆍ꿀팁 분석 환경 설정/파이썬 개발 팁
vscode 안에서 ipynb에서 html로 바꾸기 위해서는 아래와 같은 명령어로 사용해야 한다.
terminal
jupyter nbconvert --to html /Your notebook path/file.ipynb
google colabe에서도 동일하다.
%%shell
jupyter nbconvert --to html /Your notebook path/file.ipynb
https://python.plainenglish.io/how-to-convert-google-colab-notebook-ipynb-to-html-ccfeda199246
728x90
'꿀팁 분석 환경 설정 > 파이썬 개발 팁' 카테고리의 다른 글
Sphinx) sphinx-rtd-theme에서 Logo 바꾸기 (0) | 2022.02.05 |
---|---|
Sphinx) 이미지에 URL 넣기 (0) | 2022.02.05 |
einsum 알아보기 (0) | 2021.12.07 |
tqdm, clear_output 같이 사용하는 방법 (0) | 2021.10.05 |
git add 시 파일 취소 방법 (0) | 2021.09.10 |