Monaco Editor (Visual Studio Code) for Streamlit
Project description
📝 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)
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 details)
Built Distribution
File details
Details for the file streamlit-monaco-0.1.3.tar.gz
.
File metadata
- Download URL: streamlit-monaco-0.1.3.tar.gz
- Upload date:
- Size: 164.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb0ea842f26a89c5987d7e962712603d3594082613387a91403520c79288c519
|
|
MD5 |
d584a15c418db6c32c0da5e46aa7513f
|
|
BLAKE2b-256 |
dc8866d784c30a6c5a43a295ad855f3e5a70bab0c392c04a4ade2365aff7a25e
|
File details
Details for the file streamlit_monaco-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: streamlit_monaco-0.1.3-py3-none-any.whl
- Upload date:
- Size: 175.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
3e60cb853b0b15c59b372fbc10c0df7d5f2852d4ef259d8489a98341804b7eb0
|
|
MD5 |
2280711611059586527c4314df8a22a1
|
|
BLAKE2b-256 |
1ae612e26a6e63a1d60c5e0d9a81e9521d10d58d97ad05afcd3b4cba33d8a7cb
|