We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01cfd1f commit a28ef62Copy full SHA for a28ef62
setup.qmd
@@ -10,7 +10,10 @@ output:
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.
+
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