Skip to main content

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

Component Guide

Demo

Component Demo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-code-editor-0.1.22.tar.gz (3.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_code_editor-0.1.22-py3-none-any.whl (4.0 MB view details)

Uploaded Python 3

File details

Details for the file streamlit-code-editor-0.1.22.tar.gz.

File metadata

  • Download URL: streamlit-code-editor-0.1.22.tar.gz
  • Upload date:
  • Size: 3.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for streamlit-code-editor-0.1.22.tar.gz
Algorithm Hash digest
SHA256 93e6ecb4060614bce99eaf758b4cb5c8ce2accc0eb5140cbbb23c05cb4e9d7f6
MD5 e6bb8c6331af15078526e9090a43965d
BLAKE2b-256 676ffc455957652d0f42124dbc3090fe58b8919ad5bcba575a36669499ded952

See more details on using hashes here.

File details

Details for the file streamlit_code_editor-0.1.22-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_code_editor-0.1.22-py3-none-any.whl
Algorithm Hash digest
SHA256 31abe12a94abde64123f71049741c248cd52c9de7869decd32a8a5a96695fcf4
MD5 897aa3235509b9df0fd0e763afb4a0f6
BLAKE2b-256 4353298050f856bfdd7dd47fbcd998af92ec47479a4c0fc1a89ff90c4f27a74a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page