Skip to main content

A streamlit component, to visualize mermaid

Project description

streamlit-mermaid

Streamlit Component, for Mermaid.

Installation

pip install streamlit-mermaid

Quick start

import streamlit_mermaid as stmd
import streamlit as st

code = """
graph TD
    A --> B
"""

mermaid = stmd.st_mermaid(code)
st.write(mermaid)
streamlit run example.py

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-mermaid-0.2.0.tar.gz (3.8 MB view hashes)

Uploaded Source

Supported by

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