We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3594a31 + 37bd75d commit 8aa235aCopy full SHA for 8aa235a
setup.qmd
@@ -9,8 +9,11 @@ output:
9
10
# Go to [Google Colab](https://colab.research.google.com/)
11
12
-Sign in to google if you are not already. Launch "File > New Notebook in Drive".
13
-Done. If you would prefer to have a local version of the Python environment we are using, see below for setup instructions.
+Sign in to [Google Colab](https://colab.research.google.com/) if you are not already. Launch "File > New Notebook in Drive".
+
14
+Done.
15
16
+If you would prefer to have a local version of the Python environment we are using, see below for setup instructions.
17
18
19
# At home setup
@@ -39,6 +42,7 @@ python=3.9.13
39
42
scikit-learn=1.1.2
40
43
scipy=1.9.3
41
44
seaborn=0.12.1
45
+polars=1.3.0
46
```
47
-Other combinations may also work.
48
+Other combinations may also work.
0 commit comments