코랩에서 ipynb 파일 html 로 변환하기

JungSungHo·2023년 5월 29일
0
post-thumbnail
  1. 작업중인 ipynb 파일 다운로드

    파일메뉴의 다운로드 -> .ipynb 를 선택하여 파일을 다운로드해줍니다.

  2. 파일 업로드

    원하는 폴더상에 다운로드 받은 ipynb 파일을 저장합니다.

    저는 content/sample_data 에 내거라는 폴더를 만들고 해당 폴더에 저장했습니다.

  3. 파일 변환
%%shell
jupyter nbconvert --to html /content/sample_data/내거/P4_SVM.ipynb
  • 코드를 통해 코드작성란을 추가해주고 해당 코드를 입력합니다. (뒷부분을 해당 파일의 위치로 바꿔주셔야합니다.)
  1. 생성된 html 파일 다운로드

    오른쪽에 보면 같은 위치에 html 파일이 생성되었습니다.


다운로드!!

https://python.plainenglish.io/how-to-convert-google-colab-notebook-ipynb-to-html-ccfeda199246

0개의 댓글