From cc8fbabac08f246930439583bd4a10987a1a1a87 Mon Sep 17 00:00:00 2001 From: natbutter Date: Tue, 23 Jul 2024 14:39:25 +1000 Subject: [PATCH] Added google colab --- setup.qmd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setup.qmd b/setup.qmd index 20d0b43..b4ea781 100644 --- a/setup.qmd +++ b/setup.qmd @@ -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 @@ -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. \ No newline at end of file +Other combinations may also work.