https://github.com/cydrobolt/jaxbin
MathJax and TeX pastebin
https://github.com/cydrobolt/jaxbin
flask javascript latex mathjax python
Last synced: about 1 year ago
JSON representation
MathJax and TeX pastebin
- Host: GitHub
- URL: https://github.com/cydrobolt/jaxbin
- Owner: cydrobolt
- License: apache-2.0
- Created: 2016-03-12T04:21:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T16:41:02.000Z (about 9 years ago)
- Last Synced: 2025-03-26T11:21:24.089Z (about 1 year ago)
- Topics: flask, javascript, latex, mathjax, python
- Language: HTML
- Homepage: https://jb.cylt.pw
- Size: 1.22 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jaxbin
MathJax pastebin :book:
### Setting up
- Create database in MySQL
- Edit `jaxbin/config.py` with appropriate credentials.
- Create tables: `python createdb.py`
### Running
- Install `pip` dependencies: `pip install -r requirements.txt`
- Run jaxbin: `python runjaxbin.py`