Streamlit-Mathlive-Editor
A WYSWYG math expression editor for Streamlit using Mathlive math field and on-screen keyboard.
Additionally, the component returns the MathML expression of the mathematical expression in the field using MathJaX.
Installation instructions
pip install streamlit-mathlive
Usage instructions
import streamlit as st
from st_mathlive import mathfield
Tex, MathML = mathfield(title="Equation 1", value=r"\frac{1}{2} \times 5",)
st.latex(Tex)
st.write(MathML)
Release files for streamlit-mathlive 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| streamlit-mathlive-0.0.3.tar.gz | 485.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| streamlit_mathlive-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 974.9 kB
Release files / streamlit-mathlive-0.0.3.tar.gz
| Download URL | streamlit-mathlive-0.0.3.tar.gz |
|---|---|
| Size | 485.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
48f080d5cbb45706042018ca9ab9ff41399c07ca1852d6b2cf090fd82fd73607
|
|
BLAKE2b-256 checksum How to use checksums |
e04cf000f7c45133ad39a1e72c10c0a857359428c7d769ed464dd58d9ff9a68f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.0
|
Release files / streamlit_mathlive-0.0.3-py3-none-any.whl
| Download URL | streamlit_mathlive-0.0.3-py3-none-any.whl |
|---|---|
| Size | 489.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
85e4fd187c4e6d13219f9587b919eb41c264a86402a8b17b6f0fab745d700c85
|
|
BLAKE2b-256 checksum How to use checksums |
133ece4f73bc7bccf662895ebf12b0b22c06ec8307ca637a8e1bf4de0f2f49fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.0
|