News WordPress Theme

Google Colab – Exporting to a PDF Format!

Google Colab – Exporting to a PDF Format!

Brief tutorial on exporting a Google Colab Notebook to a PDF File using nbconvert. The video goes through two methods: exporting to HTML then to PDF format and exporting directly to PDF format. The code for each can be found below. Method 1: !jupyter nbconvert –to html /content/KNN.ipynb Method 2: !sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic !jupyter nbconvert –to…

Read More