Monaco Editor (Visual Studio Code) for Streamlit
Project description
📝 Streamlit Monaco Editor

Monaco Editor (Visual Studio Code) for Streamlit
This is a fork of the original component (fork was made on 5.07.2025 from version 0.1.3).
Changes in version 0.1.5:
- key support
- solution to the problem with clearing the editor value
Demo
Installation
pip install streamlit-monaco-editor
Getting started
from streamlit_monaco_editor 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)
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
streamlit_monaco_editor-0.1.6.tar.gz
(165.0 kB
view details)
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_monaco_editor-0.1.6.tar.gz.
File metadata
- Download URL: streamlit_monaco_editor-0.1.6.tar.gz
- Upload date:
- Size: 165.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e2b4d653ae237bc5aba60659bb21f631ec8a8e5a1a0cca6b579dbb860da96aa
|
|
| MD5 |
71291c9fcd886536838d2b9d9bcc21da
|
|
| BLAKE2b-256 |
f41acd3545ebcbc8f07ffe7d84c0837a9fdda8ea0e7325d734c1e67e5484a32f
|
File details
Details for the file streamlit_monaco_editor-0.1.6-py3-none-any.whl.
File metadata
- Download URL: streamlit_monaco_editor-0.1.6-py3-none-any.whl
- Upload date:
- Size: 169.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2147dd8ceaade04e6ea5e53401a9d94abb5345891276a9196c293dccb4828bd0
|
|
| MD5 |
22bfdc9c68a518401b9dde8346d24cd9
|
|
| BLAKE2b-256 |
a5978c8a9831d2fe14e9407c432b91c9a9eea5c345b3745a2fdff27524ad38d6
|