Skip to main content

Monaco Editor (Visual Studio Code) for Streamlit

Project description

📝 Streamlit Monaco   GitHub PyPI

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)

Project details


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-0.1.3.tar.gz (164.4 kB view hashes)

Uploaded Source

Built Distribution

streamlit_monaco-0.1.3-py3-none-any.whl (175.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page