Skip to content

matt-balda/.utils.convert-ipynb-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

convert ipynb to PDF

  1. Upload ipynb file

Captura de tela 2023-11-30 154514

  1. Convert to HTML
jupyter nbconvert --to html regression22_11.ipynb

Put exactly name of the upload file, example: regression22_11.ipynb

  1. Adding fonts, styles on current machine
!sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
  1. Convert to PDF
!jupyter nbconvert --to pdf /content/regression22_11.ipynb

About

This repository for convertor files ipynb to pdf with fonts and styles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published