All Projects → okld → streamlit-ace

okld / streamlit-ace

Licence: MIT license
Ace editor component for Streamlit.

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
HTML
75241 projects
Makefile
30231 projects
shell
77523 projects
CSS
56736 projects

Projects that are alternatives of or similar to streamlit-ace

streamlit-observable
Embed Observable notebooks into Streamlit apps!
Stars: ✭ 50 (-61.54%)
Mutual labels:  streamlit, streamlit-component
streamlit-pandas-profiling
Pandas profiling component for Streamlit.
Stars: ✭ 135 (+3.85%)
Mutual labels:  streamlit, streamlit-component
fongshen-editor
A highly customizable code-inserting editor for markdown or other languages
Stars: ✭ 35 (-73.08%)
Mutual labels:  ace, ace-editor
ace-mode-solidity
Ace ( https://ace.c9.io/ ) Edit Mode for Ethereum's Solidity language ( https://solidity.readthedocs.io/en/latest/ ).
Stars: ✭ 25 (-80.77%)
Mutual labels:  ace, ace-editor
gateCracker
No description or website provided.
Stars: ✭ 20 (-84.62%)
Mutual labels:  streamlit
Hand Written
HandWritten is a streamlit application that converts a digital text document to a handwritten document
Stars: ✭ 17 (-86.92%)
Mutual labels:  streamlit
ezancestry
Easy genetic ancestry predictions in Python
Stars: ✭ 38 (-70.77%)
Mutual labels:  streamlit
streamlit-project
This repository provides a simple deployment-ready project layout for a Streamlit app. Simply swap out the code in `app.py` for your own and hit deploy!
Stars: ✭ 33 (-74.62%)
Mutual labels:  streamlit
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (-11.54%)
Mutual labels:  streamlit
geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (-81.54%)
Mutual labels:  streamlit
renewcast
Renewcast: Forecasting Renewable Electricity Generation in EU Countries.
Stars: ✭ 28 (-78.46%)
Mutual labels:  streamlit
WebApp-Computer-Vision-streamlit
Computer Vision application in the web
Stars: ✭ 35 (-73.08%)
Mutual labels:  streamlit
hydralit
A library to create multi-page Streamlit applications with ease.
Stars: ✭ 93 (-28.46%)
Mutual labels:  streamlit
vqgan-clip-app
Local image generation using VQGAN-CLIP or CLIP guided diffusion
Stars: ✭ 94 (-27.69%)
Mutual labels:  streamlit
json-to-go
将json生成go的数据结构。Online tool that convert JSON to Go.
Stars: ✭ 16 (-87.69%)
Mutual labels:  ace
project-code-py
Leetcode using AI
Stars: ✭ 100 (-23.08%)
Mutual labels:  streamlit
streamlit-d3-demo
D3 in React in Streamlit tech demo
Stars: ✭ 50 (-61.54%)
Mutual labels:  streamlit
data-storyteller
Automated tool for data story telling
Stars: ✭ 85 (-34.62%)
Mutual labels:  streamlit
menote
A simple, beautiful Markdown editor powered by vue.js, ace, markdown-it. ✨
Stars: ✭ 56 (-56.92%)
Mutual labels:  ace
ktcc
C Compiler that generates readable Kotlin and C# - Written in Kotlin + Small web-based Editor with autocompletion
Stars: ✭ 54 (-58.46%)
Mutual labels:  ace-editor

📝 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].