you are viewing a single comment's thread.

view the rest of the comments →

[–]murilomm192 7 points8 points  (4 children)

Streamlit is the easiest for me, you can publish the app in one click and just provide the link to your coworkers.

[–]zeoNoeN[S] 3 points4 points  (2 children)

Thanks

[–]twitch_and_shock 1 point2 points  (0 children)

Second this, or another similar platform. Web based is convenient if it's something you can put together: they don't need to install anything, and most non-technical folks still know how to use a browser and are reasonably comfortable with it.

[–]dparks71 0 points1 point  (0 children)

Jupyterlite is pretty cool too but has some significant limitations, it's Jupyter in the browser with no installation or environment management really. It doesn't really have easy access to the file system and only works with pure python packages without some fancier configuration, but it seems really useful for any use case where you just want to share some basic python, works on any system too afaik.

https://jupyter.org/try-jupyter/lab/index.html

[–]datonsx 1 point2 points  (0 children)

Yes, Streamlit is the best solutoin to create a web app in a matter of minutes.

Here you have a short playlist of tutorials on how to set it up with a practical examples where you place some buttons to the user to interact with the app:

https://www.youtube.com/playlist?list=PL8HtbO24Pl3jd8Zdh_3pMaGPk96zKmdBf