jvns / pandas-cookbook

Recipes for using Python's pandas library
6.68k stars 2.32k forks source link

Add Jupyterlite #86

Closed paddymul closed 1 month ago

paddymul commented 1 month ago

Jupyter LIte Allows you to run an entire jupyter instance in your browser via Pyodide and Web Assembly. This lets users start running notebooks instantly (once they download 40-60Megs of python distribution) without signing up for any services.

From my deployment, you can try it out here: https://paddymul.github.io/pandas-cookbook/lab/index.html

jvns commented 1 month ago

wow I'd never heard of Jupyterlite, this is awesome. Thanks!

jvns commented 1 month ago

The Github Action you set up looks like it's working great! It's now at https://jvns.github.io/pandas-cookbook/lab/index.html

I removed the "Running Jupyterlite locally" instructions from the README because I couldn't get them to work (I didn't understand how to install the jupyter lite subcommand), but I'd be very happy to put them back if there are instructions for how to get them working.