aahnik / ipynb1stmd2pdf

Personal Automation Utility - Generate PDF files from the first markdown cell of colab notebooks in a Google Drive folder
6 stars 1 forks source link
colab-notebook ipython-notebook latex pandoc pdf pdf-generation

ipynb1stmd2pdf

A simple tool, to extract the markdown from the first markdown cell from a Google Collab link, and turn that into PDF using a given latex template, using Pandoc.

Usage

  1. Create a Python virtual environment and install the dependencies from requirements.txt
  2. Run the streamlit app, using streamlit run app.py

Note