Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.46 KB

streamlit-embedcode

Python package

Open in Streamlit

streamlit-embedcode is the easiest way to embed code snippets into your Streamlit app! This static component supports the following code sharing services:

Installation

streamlit-embedcode is distributed via PyPI:

pip install streamlit-embedcode

Examples

Using streamlit-embedcode is as simple as importing the code service you want to use:

import streamlit as st
from streamlit_embedcode import github_gist

github_gist("https://gist.github.com/randyzwitch/be8c5e9fb5b8e7b046afebcac12e5087/")

Optionally, you can provide arguments for height, width and scrolling to control the behavior of the iframe the content is displayed in.

github_streamlit_embed