We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48defb9 commit 5100dd5Copy full SHA for 5100dd5
README.md
@@ -117,7 +117,7 @@ To it, simply add
117
to the top of your notebook. This will get the latest version of the API, together with the latest version of Spark.
118
To define a certain version of Spark or the API itself, simply add it like this:
119
```jupyterpython
120
-%use spark(spark=3.3.1, scala=2.13, v=1.2.2)
+%use spark(spark=3.3.1, scala=2.13, v=1.2.3)
121
```
122
123
Inside the notebook a Spark session will be initiated automatically. This can be accessed via the `spark` value.
0 commit comments