Python/Python Library
[PDF 전환 에러]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.
4OurFuture
2024. 11. 8. 00:36
728x90
반응형
- 증상 : Jupyter Notebook 에서 PDF 변경시 오류 발생
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.
- 해경 방법
윈도우에서 Chromium 설치 방법
1. **Playwright 설치**
- 먼저, Playwright를 설치해야 합니다. Python 패키지 관리자인 pip를 사용하여 설치하세요:
- 먼저, Playwright를 설치해야 합니다. Python 패키지 관리자인 pip를 사용하여 설치하세요:
pip install playwright
2. **Chromium 설치**
- 설치 후, Chromium을 설치하기 위해 아래 명령어를 터미널에서 실행하세요:
- 설치 후, Chromium을 설치하기 위해 아래 명령어를 터미널에서 실행하세요:
playwright install chromium
3. **nbconvert 다운로드 **
pip install nbconvert[webpdf]
728x90
반응형