Skip to content

Commit 5100dd5

Browse files
authored
Update README.md
1 parent 48defb9 commit 5100dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To it, simply add
117117
to the top of your notebook. This will get the latest version of the API, together with the latest version of Spark.
118118
To define a certain version of Spark or the API itself, simply add it like this:
119119
```jupyterpython
120-
%use spark(spark=3.3.1, scala=2.13, v=1.2.2)
120+
%use spark(spark=3.3.1, scala=2.13, v=1.2.3)
121121
```
122122

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

0 commit comments

Comments
 (0)