A Pythonic introduction to methods for scaling your data science and machine learning work to larger datasets and larger models, using the tools and APIs you know and love from the PyData stack (such as numpy, pandas, and scikit-learn).
Ideally, on Sept 15, I could run this all on Coiled (from NB // Lab in Coiled!) and learners spin up binder
If this isn't possible, next best is running Coiled clusters from a local NB // Lab
@jrbourbeau suggested
Create a software environment from the conda environment.yml file in the binder/ directory
Create a cluster configuration that uses that software environment
In each notebook, instead of just calling Client(…) with various parameters like n_workers=4, etc., create a coiled.Cluster with your new cluster configuration and then do client = Client(cluster)
Ideally, on Sept 15, I could run this all on Coiled (from NB // Lab in Coiled!) and learners spin up binder
If this isn't possible, next best is running Coiled clusters from a local NB // Lab
@jrbourbeau suggested
also look here: https://docs.coiled.io/user_guide/jupyter.html
3rd option: all local