Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aahnik/ipynb1stmd2pdf

Personal Automation Utility - Generate PDF files from the first markdown cell of colab notebooks in a Google Drive folder
https://github.com/aahnik/ipynb1stmd2pdf

colab-notebook ipython-notebook latex pandoc pdf pdf-generation

Last synced: 3 months ago
JSON representation

Personal Automation Utility - Generate PDF files from the first markdown cell of colab notebooks in a Google Drive folder

Awesome Lists containing this project

README

        

# 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

- In your markdown, you may use `\newpage`, to put content on a new page in pdf.