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.5.tar.gz
(165.1 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.5.tar.gz.
File metadata
- Download URL: streamlit_monaco_editor-0.1.5.tar.gz
- Upload date:
- Size: 165.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a01e67d020cee758cdc8b81add33be92bc395e9b5124c2739b77484b6877f5d8
|
|
| MD5 |
0763ce596cc04fe53221ed08a3932fa2
|
|
| BLAKE2b-256 |
3d6e4206d5bd3391c742ebbe2549a75c99c9524c091057c317488223f66577cb
|
File details
Details for the file streamlit_monaco_editor-0.1.5-py3-none-any.whl.
File metadata
- Download URL: streamlit_monaco_editor-0.1.5-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 |
63ff1dfca31e44e5731ab3d50330185ef61ba6bdaa6716e537525a97851b8564
|
|
| MD5 |
fecd31ad52e18f8c00865029407c6909
|
|
| BLAKE2b-256 |
b8e6f22b3294adadced1baf5d1e4d9b3a7cd90f4609f8420b17693889406481e
|