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.20.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23994055a68e3a6056b444b975cdb5d8037d59f989865b65e03beef07cdf6aed |
|
MD5 | aa066ef504fff03d19f9fe493029d5a3 |
|
BLAKE2b-256 | 9d17ad5913f4f7490ae69ac208960287fe390a2810bb449ab4c91b925e04f6b5 |
Close
Hashes for streamlit_code_editor-0.1.20-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75ca270078febe0588eb7430ec903cbc54c6f0421be0fb899269abc4459c08f0 |
|
MD5 | 5db3d109c0dd1e05b023d8dbfe3531cd |
|
BLAKE2b-256 | 318b50efbdd0265921ee4c4fe5bcffd6ae250d9000fd6ce43336d14db3dc3714 |