Export jupyter-notebooks to pdf

Export jupyter-notebooks to pdf

Sun 19 November 2023

The list of things needed to export jupyter-notebooks to pdf

A lot of stuff needs to be installed

conda install nbconvert
conda install pandoc

sudo tlmgr update --self
sudo tlmgr install tcolorbox
sudo tlmgr install tcolorbox
sudo tlmgr install environ
sudo tlmgr install pdfcol
sudo tlmgr install adjustbox
sudo tlmgr install titiling
sudo tlmgr install titling
sudo tlmgr install enumitem
sudo tlmgr install soul
sudo tlmgr install collection-fontsrecommended
Tagged as : python jupyter