Metadata-Version: 2.1
Name: ipymafs
Version: 0.0.2
Summary: 
License: MIT
Author: kolibril13
Author-email: 44469195+kolibril13@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: anywidget (>=0.6.2)
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


