IT 공방/Python
colab(코랩)에서 ipynb 파일을 html로 저장하기
가이아쥐
2019. 12. 10. 13:46
- Save your Colab notebook.
- File > Download .ipynb
- On your terminal:
jupyter nbconvert --to <output format> <filename.ipynb>
출처 : https://torbjornzetterlund.com/how-to-save-a-google-colab-notebook-as-html/