Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yueyericardo/dash_latex
Make latex works in dash app
https://github.com/yueyericardo/dash_latex
Last synced: 3 months ago
JSON representation
Make latex works in dash app
- Host: GitHub
- URL: https://github.com/yueyericardo/dash_latex
- Owner: yueyericardo
- Created: 2020-04-16T14:30:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T01:01:04.000Z (over 3 years ago)
- Last Synced: 2024-10-03T12:16:10.942Z (4 months ago)
- Language: Python
- Size: 320 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash_latex
Make latex works in dash app## Example1
[Example1](https://github.com/yueyericardo/dash_latex/tree/master/Example1) gives a complete example of how to make most simple latex equations work with dash.#### Requirement
```bash
pip install dash-defer-js-import
```#### Run it
```
git clone [email protected]:yueyericardo/dash_latex.git
cd Example1
python free_particle.py
```#### Important [lines](https://github.com/yueyericardo/dash_latex/blob/master/Example1/free_particle.py#L10) are labeled with
```python
###### important for latex ######
```## Example2 [WIP]
Example2 will make all latex equation works, but might take more steps.## Screenshots
![](https://github.com/yueyericardo/dash_latex/blob/master/Screenshot/1.png)
![](https://github.com/yueyericardo/dash_latex/blob/master/Screenshot/3.png)