How could i make a User Interface from a Jupyter Notebook?

I have used a clustering algorithm(kmodes) in Jupyter Notebook (python language) to cluster data from a csv file , but now I would like to find a way to make a user Interface for this. I found appmode, which is interesting but it runs locally. What is the solution for my problem? Please, if someone could help…

Have you looked at using Voila dashboards? https://github.com/voila-dashboards/voila

1 Like

Hello @psychemedia. Thank you for the reply. I am really new in all these things and i am really confused. I checked voila as you recommended … I found that I can make with voila a “standalone application” and then deploy my app to binder or heroku. Well, i cannot understand what exactly a standalone application is and also, could i deploy my app to a server that i want?