What is the easiest way to create a webapp from an interactive Jupyter Notebook?
问题 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...) 回答1: The Jupyter Dashboards Bundlers extension from the Jupyter Incubator is one way to do it while retaining interactivity. EDIT: While pip installing this package will also install the cms package dependency, like dashboard_bundlers , cms needs to be explicitly enabled/quick-setup as a