Running Panel in the browser using pyodide and pyscript: https://jupyter-tutorial.readthedocs.io/en/latest/web/dashboards/panel/pyodide.html
Running Panel in the browser with WASM

Panel lets you write dashboards and other applications in Python that are accessed through a web browser. Normally, the Python interpreter runs as a separate Jupyter or Bokeh server process and com...