Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenDreamKit/jupyter-notebook-harvester
Prototype tools to harvest (SageMath) notebooks from GitHub and index their latex formulae for MathHub searches
https://github.com/OpenDreamKit/jupyter-notebook-harvester
Last synced: 14 days ago
JSON representation
Prototype tools to harvest (SageMath) notebooks from GitHub and index their latex formulae for MathHub searches
- Host: GitHub
- URL: https://github.com/OpenDreamKit/jupyter-notebook-harvester
- Owner: OpenDreamKit
- License: gpl-3.0
- Created: 2019-08-23T10:08:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:03:57.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:44:27.300Z (3 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 2
- Watchers: 37
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experimental tools to harvest (SageMath) notebooks from GitHub and index their latex formulae for MathHub searches
Authors: Tom Wiesing and Nicolas M. Thiéry
Usage:
Get a GitHub authentication token, e.g. on https://github.com/settings/tokens/new
Download all Sage notebooks on GitHub that use "%display latex" (takes a couple minutes):
TOKEN= make download
They will be put in `notebooks///.ipynb`
Harvest the notebooks (takes about one hour for 500 notebooks):
make harvest
The index for each notebook will be put in a `.harvest.gz` file next
to the notebook.