A WYSIWYG equation editor component for Streamlit
Project description
Streamlit-Equation-Editor
A WYSIWYG math expression editor for Streamlit using Mathlive math field and on-screen keyboard. This package is a modified version of Streamlit-Mathlive-Editor by Sina Golchi.
Installation instructions
pip install streamlit-equation-editor
Usage instructions
import streamlit as st
from st_equation_editor import mathfield
Tex, MathML = mathfield(value=r"\frac{1}{2} \times 5")
st.latex(Tex)
st.write(MathML)
Features
- WYSIWYG math equation editor with virtual keyboard
- Direct "Copy Equation" button for LaTeX output
- Returns both LaTeX and MathML representations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_equation_editor-0.2.1.tar.gz.
File metadata
- Download URL: streamlit_equation_editor-0.2.1.tar.gz
- Upload date:
- Size: 485.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8ddc6167af04bf5364869296b18d4695c6374cc3e6337603c53d630f3fb41c9
|
|
| MD5 |
7dbf3a0600dc6f1b741b293ce8a18a58
|
|
| BLAKE2b-256 |
2d12424ac9155bda99be5037ce39b2cfcb418c69bc503469345a9f67900bc01e
|
File details
Details for the file streamlit_equation_editor-0.2.1-py3-none-any.whl.
File metadata
- Download URL: streamlit_equation_editor-0.2.1-py3-none-any.whl
- Upload date:
- Size: 489.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8dd54372808bf5fcba6bd5773d4bed8d8073dbb613f2a6ce74182572dd12d04
|
|
| MD5 |
2aa9dbe605dd796ae39ecaa9b527a151
|
|
| BLAKE2b-256 |
7643ee390b8338a5218bbb7e9336690e8e8e2d2f631fea63da3d5c789ae15f23
|