Has anyone tried packaging a streamlit app?
I have a put together a streamlit app I’ve been using to explore some data and I’d like non-technical colleagues to be able to interact with it. I was wondering if anyone has tried to package an app like this locally. Because of the nature of the data, I can’t deploy it online.
I’m hoping there’s a way to have an icon someone could double-click and have a terminal/anaconda prompt run in the background that would run the script.
In my case, I wouldn’t even need to ship any dependencies or data
Essentially, just skipping the command line part of things.