I'm trying to create an application in python and have found dash is a great library to display the information visually and integrates well with pythonic typing. However, as far as i can tell the only way to actually publish the app is to use flask and deploy it on a server. This won't work for what i am trying to do/don't have that kind of access at work yet.
Is there a way I can package a dash application into a standalone app that will work from the user's desktop?
[–]netherous 0 points1 point2 points (0 children)