728x90
1. pypandoc 설치
!apt-get install texlive texlive-xetex texlive-latex-extra pandoc
!pip install pypandoc
2. 구글 드라이브 mount
from google.colab import drive
drive.mount('/content/drive')
3. convert
!jupyter nbconvert --to PDF '/content/drive/My Drive/ipynbToPDF.ipynb'
728x90
반응형
'ComputerScience > 기타' 카테고리의 다른 글
tmux 사용법 (0) | 2022.09.27 |
---|---|
local에서 ssh tunneling으로 원격 서버의 jupyter notebook 접속하기 (0) | 2022.09.23 |
Speech Recognition - End to End Models for Speech Recognition (0) | 2022.09.17 |
Speech Recognition - MFCC (0) | 2022.09.16 |
node - 16. 서버리스 노드 개발 (0) | 2022.01.08 |