Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions setup.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ output:
---


# Go to [Dask Binder](https://examples.dask.org/)
# Go to [Google Colab](https://colab.google/)

Launch the Binder instance at the [Dask Example Page](https://examples.dask.org/) and go from there!
Launch a "New Notebook"

Done. If you would prefer to have a local version of the Python environment we are using, see below for setup instructions.
Done. All the required packages should be installed.

If you would prefer to have a local version of the Python environment we are using, see below for setup instructions.


# At home setup
Expand All @@ -34,6 +36,7 @@ python=3.9.13
scikit-learn=1.1.2
scipy=1.9.3
seaborn=0.12.1
polars=0.20.2
```

Other combinations may also work.
Other combinations may also work.