기타
주피터 노트북 pdf로 저장하기 jupyter notebook save pdf
koos808
2021. 3. 11. 23:43
728x90
반응형
# 사례 1
File - Download as - PDF via LaTex(.pdf) 로 저장하니 error가 나서 잘안되더라구요.
해결책
1. File - Download as - HTML(.html) : HTML(.html)로 저장하기
2. 저장한 HTML(.html) 파일열어서 ctrl+p(인쇄)에서 pdf로 저장하기 선택
# 사례 2
* 주피터노트북 download as pdf 할때 생기는 에러
* 에러명
```
500 : Internal Server Error
The error was:
nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so. Find further instructions at https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex.
```
* 해결방법
* `https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex` 접속 후 windows버전 **MikTex** 설치하기
* 쥬피터노트북 껐다 키기 끝.
728x90
반응형