Is it possible to define HTML controls & outputs, such that an interactive computational document is displayable in a standard browser as HTML, but have input/output controls (such as HTML buttons) trigger python/jupyter code, and have the results output to HTML controls?
In other words, an HTML document with javascript already is an interactive computational document. But is this possible while using python as a scripting engine instead? Is something like this officially supported in the Jupyter notebook/ecosystem?