Skip to content

Commit 470bcf4

Browse files
authored
Update README.md
1 parent 396b634 commit 470bcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To it, simply add
119119
to the top of your notebook. This will get the latest version of the API, together with the latest version of Spark.
120120
To define a certain version of Spark or the API itself, simply add it like this:
121121
```jupyterpython
122-
%use spark(spark=3.3.2, scala=2.13, v=1.2.3)
122+
%use spark(spark=3.3.2, scala=2.13, v=1.2.4)
123123
```
124124

125125
Inside the notebook a Spark session will be initiated automatically. This can be accessed via the `spark` value.

0 commit comments

Comments
 (0)