streamlit-ace

Ace editor component for Streamlit.


Keywords
ace, ace-editor, demo, editor, python, streamlit, streamlit-ace, streamlit-component
License
MIT
Install
pip install streamlit-ace==0.1.1

Documentation

📝 Streamlit Ace

GitHub PyPI

Installation

pip install streamlit-ace

Getting started

import streamlit as st

from streamlit_ace import st_ace

# Spawn a new Ace editor
content = st_ace()

# Display editor's content as you type
content

Demo

Open in Streamlit

Preview