I'm confused on how I would use the Python API for implementation into a web application. For example, with the Javascript API, I write a script that is placed within a html document. When that html document is opened by a user, it populates the application created by the script.
How does one go from the commands in jupyter notebook to a web application?