[Jupyter notebook] vscode 안에서 ipynb에서 html로 바꾸기

2023. 2. 6. 21:43·python/라이브러리
728x90
반응형

[Jupyter notebook] 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

 

근데 해당 방법에서는 자꾸 다음과 같은 오류가 떴다.

    raise NotJSONError(("Notebook does not appear to be JSON: %r" % s)[:77] + "...") from e
nbformat.reader.NotJSONError: Notebook does not appear to be JSON: ''...

다른 방법

저장!

 

728x90
반응형

'python > 라이브러리' 카테고리의 다른 글

[OpenCV] double free or corruption (!prev)Aborted (core dumped)  (0) 2024.02.02
[Deep learning] 정형데이터를 위한 딥러닝 신경망 TabNet  (0) 2023.02.27
[Python] argparse로 모델 학습하기 / Python argparse 사용법  (0) 2023.01.30
[Tensorflow] InternalError: Blas xGEMM launch failed : a.shape=[1,15,1024], b.shape=[1,1024,1024], m=15, n=1024, k=1024 [Op:MatMul] 오류  (1) 2023.01.25
[Flask] 플라스크 웹 배포  (0) 2022.11.18
'python/라이브러리' 카테고리의 다른 글
  • [OpenCV] double free or corruption (!prev)Aborted (core dumped)
  • [Deep learning] 정형데이터를 위한 딥러닝 신경망 TabNet
  • [Python] argparse로 모델 학습하기 / Python argparse 사용법
  • [Tensorflow] InternalError: Blas xGEMM launch failed : a.shape=[1,15,1024], b.shape=[1,1024,1024], m=15, n=1024, k=1024 [Op:MatMul] 오류
sillon
sillon
꾸준해지려고 합니다..
    반응형
  • sillon
    sillon coding
    sillon
  • 전체
    오늘
    어제
    • menu (614)
      • notice (2)
      • python (68)
        • 자료구조 & 알고리즘 (23)
        • 라이브러리 (19)
        • 기초 (8)
        • 자동화 (14)
        • 보안 (1)
      • coding test - python (301)
        • Programmers (166)
        • 백준 (76)
        • Code Tree (22)
        • 기본기 문제 (37)
      • coding test - C++ (5)
        • Programmers (4)
        • 백준 (1)
        • 기본기문제 (0)
      • 공부정리 (5)
        • 신호처리 시스템 (0)
        • Deep learnig & Machine lear.. (41)
        • Data Science (18)
        • Computer Vision (17)
        • NLP (40)
        • Dacon (2)
        • 모두를 위한 딥러닝 (강의 정리) (4)
        • 모두의 딥러닝 (교재 정리) (9)
        • 통계 (2)
      • HCI (23)
        • Haptics (7)
        • Graphics (11)
        • Arduino (4)
      • Project (21)
        • Web Project (1)
        • App Project (1)
        • Paper Project (1)
        • 캡스톤디자인2 (17)
        • etc (1)
      • OS (10)
        • Ubuntu (9)
        • Rasberry pi (1)
      • App & Web (9)
        • Android (7)
        • javascript (2)
      • C++ (5)
        • 기초 (5)
      • Cloud & SERVER (8)
        • Git (2)
        • Docker (1)
        • DB (4)
      • Paper (7)
        • NLP Paper review (6)
      • 데이터 분석 (0)
        • GIS (0)
      • daily (2)
        • 대학원 준비 (0)
      • 영어공부 (6)
        • job interview (2)
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • 링크

  • 공지사항

  • 인기 글

  • 태그

    programmers
    Python
    백준
    소수
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
sillon
[Jupyter notebook] vscode 안에서 ipynb에서 html로 바꾸기
상단으로

티스토리툴바