Skip to content

highcharts-for-python/streamlit-highcharts-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-highcharts-python

Streamlit component that allows you to embed Highcharts for Python data visualizations in your Streamlit apps.

Installation instructions

pip install streamlit-highcharts-python

Usage instructions

import streamlit as st

from streamlit_highcharts import streamlit_highcharts

value = streamlit_highcharts()

st.write(value)

About

Streamlit Component providing Highcharts Core for Python support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published