Metadata-Version: 2.1
Name: ipymafs
Version: 0.0.8
License-Expression: MIT
Requires-Dist: anywidget
Provides-Extra: dev
Requires-Dist: jupyterlab; extra == 'dev'
Requires-Dist: watchfiles; extra == 'dev'
Description-Content-Type: text/markdown

# Ipymafs - Interactive math react components in jupyter

Still work in progress.

Brings https://mafs.dev/ by @stevenpetryk to jupyter.

build ontop of anywidget.

```
pip install ipymafs
```

Example script:

```python
from ipymafs import MafsWidget
m = MafsWidget()
m
``````



https://github.com/kolibril13/ipymafs/assets/44469195/e1255d4e-6ea4-4870-8361-167c0d9689d5

