Search code examples
pythonpandasjupyter-notebookgoogle-colaboratory

Convert Google Colab notebook to PDF / HTML?


I would like to know if there is a way in Google Colab that can collate outputs nicely, just like Markdown in R and how IPython Notebook can be converted to pdf and html format?

My output consists of multiple tables, graphs etc. I would like to preferably pretty print them into one file, of which some part are presentable enough to be used in a report.If there's no such method, what is the best alternative?


Solution

  • You can save / export an IPython notebook (menu: File / Download .ipynb) and then use Jupyter to save to PDF.