Issue
I have a Jupyter Notebook that plots some data and lets the user interact with it via a slider.
What would be the easiest way to make a web app with a similar functionality? (reusing as much of the code...)
Solution
I believe the easiest way is to use voilĂ .
After installing you just have to run:
voila <path-to-notebook> <options>
And you will have a server running your notebook as a web app, with all the input code omitted.
Answered By - raphaelts
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.