Create web applications¶
I will introduce you to three different types of web applications:
Dashboards generated from Jupyter notebooks
Web applications that go beyond notebooks, such as integrating bokeh plots, as demonstrated in Bokeh-Plots in Flask einbinden
Finally, the provision of your data via a RESTful API, for example with the FastAPI framework.