I'd like some inspiration for procedures or modules that could make my life easier..
My issue is that I have numerous separate Jupyter Notebooks, that performs different heavy computations. At the moment, I spend a lot of time copy pasting the outcome of these separate Jupyter Notebooks into a couple of tables in LaTex, that I finally export as a PDF.
I'd like to minimize the manual work by automating the copy-pasting steps. Are there any ways to automate the production and exportation of tables into PDFs in Jupyter Notebook? I have looked at PyFPDF myself.
Are there any alternatives to this?
Thanks in advance to this awesome community!