파이썬(Python)

jupyter에서 code 없이 결과 파일을 다운로드 하기

leebaro 2022. 1. 3.
728x90

아래와 같이 하면 파일을 다운로드 받을 수 있다.

jupyter nbconvert --no-input 'file.ipynb' --to html


jupyter nbconvert --no-input 'file.ipynb' --to pdf

 

728x90