/streamlit-ace

Streamlit component featuring the Ace code editor.

Primary LanguagePythonMIT LicenseMIT

Streamlit Ace Open in Streamlit

Ace editor component for Streamlit.

Implemented with React ace.

Getting started

Installation

pip install streamlit-ace

Quick usage

import streamlit as st
import streamlit_ace as st_ace

# Spawn a new Ace editor
content = st_ace()

# Display editor's content as you type
content

Demo

You can access the demo app here, and its source code there.

Demo Image