> Interactive examples have been added to the documentation, allowing users to run the examples locally on embedded Jupyterlite notebooks in their browser.<p>This might sound strange, but to me this is pretty exciting.<p>I've been looking for ways to include _interactive_ Python scripts on static webpages (such as those made using Jupyter Book [1] or Quarto [1]. Up to now the only way I knew how to run Jupyter notebooks on those pages was through, e.g., Binder or Google Colab or some other separate hosted service. I was at the point of giving up on Python and simply learning Javascript.<p>But now it seems that Pyodide [3] and Jupyterlite [4] are filling that gap. I'm looking forward to trying this out on some static websites.<p>[1]: <a href="https://jupyterbook.org/en/stable/intro.html" rel="nofollow">https://jupyterbook.org/en/stable/intro.html</a><p>[2]: <a href="https://quarto.org/" rel="nofollow">https://quarto.org/</a><p>[3]: <a href="https://pyodide.org/en/stable/" rel="nofollow">https://pyodide.org/en/stable/</a><p>[4]: <a href="https://jupyterlite.readthedocs.io/en/stable/" rel="nofollow">https://jupyterlite.readthedocs.io/en/stable/</a>