We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396b634 commit 470bcf4Copy full SHA for 470bcf4
README.md
@@ -119,7 +119,7 @@ To it, simply add
119
to the top of your notebook. This will get the latest version of the API, together with the latest version of Spark.
120
To define a certain version of Spark or the API itself, simply add it like this:
121
```jupyterpython
122
-%use spark(spark=3.3.2, scala=2.13, v=1.2.3)
+%use spark(spark=3.3.2, scala=2.13, v=1.2.4)
123
```
124
125
Inside the notebook a Spark session will be initiated automatically. This can be accessed via the `spark` value.
0 commit comments