apparently now you can run Jupyter notebooks in the browser without a server with WebAssembly using JupyterLite?? https://jupyterlite.readthedocs.io/en/stable/

I learned about this because @paddymul made a pull request to my pandas-cookbook tutorial on github to add support for it

you can try it out here, it seems to work: https://jvns.github.io/pandas-cookbook/lab/index.html

JupyterLite — JupyterLite 0.4.3 documentation

@b0rk It even works on an iPhone! At least print (“hello”) did. *boggled*