Hi,
I rendered the beautiful TimelineJS lib into Streamlit and made an example demo-timeline for:
A History about Natural Language Processing
You can also use the component yourself by:
pip install streamlit-timeline
Hi,
I rendered the beautiful TimelineJS lib into Streamlit and made an example demo-timeline for:
A History about Natural Language Processing
You can also use the component yourself by:
pip install streamlit-timeline
Cool!
Would be awesome to go a step further and wrap this into reusable a Streamlit component
So you could use it with just:
import streamlit_timeline as timeline
timeline(json_object)
Just here to +1 Thiagoβs comment feel free to ask any questions about doing this if you feel ready to build it!
Thanks for the comments @thiago and @andfanilo , I transformed it into a component and a package:
pip install streamlit-timeline
Let me know if you see improvements for this reusable Streamlit-Timeline component package!
Nice!
Added it to the components tracker.
I am trying to embed a Trello card or board on the timeline. Is this something that can be configured into the json object and how would I do that? Currently, I am using the card cover but it would be more meaning to have the compact picture of the card/board. TIA
Trello Board
Solved it with <iframe src=""></iframe>