https://github.com/sizhky/fh-live-matplotlib
A simple code demonstrating live matplotlib code.
https://github.com/sizhky/fh-live-matplotlib
backend fasthtml frontend full-stack matplotlib pyplot python
Last synced: about 2 months ago
JSON representation
A simple code demonstrating live matplotlib code.
- Host: GitHub
- URL: https://github.com/sizhky/fh-live-matplotlib
- Owner: sizhky
- Created: 2024-08-02T20:02:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T20:19:56.000Z (10 months ago)
- Last Synced: 2025-02-08T11:44:44.699Z (3 months ago)
- Topics: backend, fasthtml, frontend, full-stack, matplotlib, pyplot, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just run
```
python main.py
```
and open the link in your browser. You can enter any valid matplotlib code and checkout the preview of the plot live
Uses [fasthtml](https://github.com/AnswerDotAI/fasthtml) under the hood, and app is inspired from [fh-matplotlib](https://github.com/koaning/fh-matplotlib)
WARNING. This is only for demonstration/educational purpose.
DO NOT PUBLISH THIS APP anywhere as my code contains raw exec command and can prove quite harmful since hackers can inject anything into your computer