Hi everyone, my main aim is in addition to figures I creat with Streamlit, I want to include some calculations to put into reports. I am open to any suggestions.
I am planning to use markdowns. But note that:
- My markdowns will include variables, i.e. f"The sum of {x} and {y} is {x+y}.
- My markdowns will include equations $$ x +y $$
So, there are several possibilities that come to my mind:
- Writing markdowns to bottom of streamlit pages and copying from there to word files. However, equations are not copied correctly.
- Creating markdown and allow user to download it as *md file. But, to be honest I don’t know how to do that. Also, downloading without converting to word would be useless and will put another step of pandoc.
- Any other option?
Code Snippet:
Streamlit Snippets · Streamlit