.. SPDX-FileCopyrightText: 2019 Veit Schiele .. .. SPDX-License-Identifier: BSD-3-Clause Create web applications ======================= I will introduce you to three different types of web applications: * :doc:`jupyter-tutorial:dashboards/index` generated from Jupyter notebooks * Web applications that go beyond notebooks, such as integrating bokeh plots, as demonstrated in :doc:`pyviz:bokeh/embedding-export/flask` * Finally, the provision of your data via a `RESTful API `_, for example with the :doc:`FastAPI framework <../data-processing/apis/fastapi/index>`.