📝 Streamlit Monaco

Monaco Editor (Visual Studio Code) for Streamlit
Installation
pip install streamlit-monaco
Getting started
from streamlit_monaco import st_monaco
import streamlit as st
st.title("Streamlit Markdown Editor")
content = st_monaco(value="# Hello world", height="600px", language="markdown")
if st.button("Show editor's content"):
st.write(content)
Release files for streamlit-monaco 0.1.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-monaco-0.1.3.tar.gz | 164.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| streamlit_monaco-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 339.8 kB
Release files / streamlit-monaco-0.1.3.tar.gz
| Download URL | streamlit-monaco-0.1.3.tar.gz |
|---|---|
| Size | 164.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb0ea842f26a89c5987d7e962712603d3594082613387a91403520c79288c519
|
|
BLAKE2b-256 checksum How to use checksums |
dc8866d784c30a6c5a43a295ad855f3e5a70bab0c392c04a4ade2365aff7a25e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.17
|
Release files / streamlit_monaco-0.1.3-py3-none-any.whl
| Download URL | streamlit_monaco-0.1.3-py3-none-any.whl |
|---|---|
| Size | 175.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3e60cb853b0b15c59b372fbc10c0df7d5f2852d4ef259d8489a98341804b7eb0
|
|
BLAKE2b-256 checksum How to use checksums |
1ae612e26a6e63a1d60c5e0d9a81e9521d10d58d97ad05afcd3b4cba33d8a7cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.17
|