Skip to content

Streamlit component featuring the Ace code editor.

License

Notifications You must be signed in to change notification settings

arturadib/streamlit-ace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Streamlit component featuring the Ace code editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.1%
  • TypeScript 24.3%
  • HTML 4.1%
  • Shell 1.5%