We usually run Jupyter and start coding; get required data, analyse and build functions to show necessary analysis.
When all these are done, and management wanted to have access to the analytics, we have to change hats and code a flask app, maybe, to present the data.
If you do this often, check out streamlit.io
With streamlit, we can move the functions from Jupyter and build a web app real quick.
Installing is easy enough:
pip install streamlit
Here's a screencast built from streamlit tutorial.
Try it out and share your app!
Comments !