-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I'm experimenting with the Dash framework (from plotly guys) and they made it very easy to deploy the app on Heroku. But I really prefer ipywidgets + bqplot.
So, I was wondering whether it is also already possible to use ipywidgets_server on Heroku. And, in the case of a positive answer, if you could point to some model I could follow.
Just a little background: I'm a economics/statistics professor in Brazil, mostly dealing with students familiar with R's Shiny. So, although ipywidgets is awesome to work in the classroom, the ability to share the applications built by the students with non-coding people as easily as with Shiny is a sad limitation in our ecosystem.
Appmode is a step in that direction, with the benefit of free hosting on github/mybinder, but with the limitations of mybinder bandwidth. Dash is another another step, with the limitation of not using using ipywidgets/bqplot and the benefit of easily deploying on the free tier of Heroku (the proof of the easiness is that they made me deploy my very first apps).
Sorry if my question is silly or misplaced, but I have the impression that your work is in a position to fill a huge gap. Thank you very much.