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.4:
- 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.4.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.4.tar.gz.
File metadata
- Download URL: streamlit_monaco_editor-0.1.4.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 |
191519de7d3f513d845c90c7ad78d016e0f12c75585e67b28947d3838686df0e
|
|
| MD5 |
bdc3a4c838440ddd432c758696573b88
|
|
| BLAKE2b-256 |
7ae8192bdbe64b04d5ec7ba5b31d2f3e740c0d7d79f3dbe25b67fd68f492a2e2
|
File details
Details for the file streamlit_monaco_editor-0.1.4-py3-none-any.whl.
File metadata
- Download URL: streamlit_monaco_editor-0.1.4-py3-none-any.whl
- Upload date:
- Size: 169.8 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 |
cbdba205536f914ebb0360b9734afd16c1bbe722b5b19b3f6e6e26ec790c4f08
|
|
| MD5 |
8d4f2c2a87ffa7c7e3870d5d0897dbeb
|
|
| BLAKE2b-256 |
41ba1d6f553f56f120b63ca02775f2c482df50b13f7873e09e8bf948659f21be
|