An open API service indexing awesome lists of open source software.

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.

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

image

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