React-ace editor customized for Streamlit
Project description
streamlit code editor
A code editor component for streamlit.io apps, built on top of react-ace, with custom themes and customizable interface elements.
Installation
Install streamlit-code-editor with pip:
pip install streamlit_code_editor
Usage
To add a Code Editor to Streamlit python app, import code_editor
and then call the code_editor
function with the code you want to edit (as a string):
import streamlit as st
from code_editor import code_editor
response_dict = code_editor(your_code_string)
Without specifying a language, the editor will default to python
. You can also specify a language with the lang
argument:
# The default value for the lang argument is "python"
response_dict = code_editor(your_code_string, lang="javascript")
By default, each code editor is styled like streamlit's code component. We will go over how to customize the styling in a later section.
Docs
Demo
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for streamlit-code-editor-0.1.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e980708dfb0ca6e0c805deef06df471fb603166a4424788696415d8c4cf6fdd9 |
|
MD5 | ec538dd1757b4c5086297f984d4ee5ea |
|
BLAKE2b-256 | 22c57f0f3a81cd16533d8bd04b147ab0768c80bc21f2e98b0385a44f1cfd93a7 |
Close
Hashes for streamlit_code_editor-0.1.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 828e68d655a83cb1c7f5494b25a1a3ac969319be7216cadd1a1ae061ddb20628 |
|
MD5 | 0a16746861e89f6c9b1673b0baf40a4b |
|
BLAKE2b-256 | 366af257fac5d8ba6cf13478a6be6cb748bfe6be92767fe23764144a8be326e1 |