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: 29 days ago
JSON representation
Personal Automation Utility - Generate PDF files from the first markdown cell of colab notebooks in a Google Drive folder
- Host: GitHub
- URL: https://github.com/aahnik/ipynb1stmd2pdf
- Owner: aahnik
- Created: 2023-08-03T15:39:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T12:13:49.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:13:30.608Z (3 months ago)
- Topics: colab-notebook, ipython-notebook, latex, pandoc, pdf, pdf-generation
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.