File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
docs/StardustDocs/topics/setup Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,12 @@ You can explicitly define the version you want:
7171Or use the latest stable version of Kotlin DataFrame
7272(specified in [ Kotlin Jupyter descriptors] ( https://github.com/Kotlin/kotlin-jupyter-libraries ) ):
7373
74- <warning >
75- For version ` 1.0.0-Beta3 ` , in notebooks use version ` 1.0.0-Beta3n ` instead.
76- This uses the patch of [ #1435 ] ( https://github.com/Kotlin/dataframe/pull/1435 ) for issue
77- [ #1116 ] ( https://github.com/Kotlin/dataframe/issues/1116 ) , avoiding ` DefinitelyNotNullable ` errors.
78-
79- When using ` %use dataframe ` this version is applied automatically.
80- </warning >
74+ > For version ` 1.0.0-Beta3 ` , in notebooks use version ` 1.0.0-Beta3n ` instead.
75+ > This uses the patch of [ #1435 ] ( https://github.com/Kotlin/dataframe/pull/1435 ) for issue
76+ > [ #1116 ] ( https://github.com/Kotlin/dataframe/issues/1116 ) , avoiding ` DefinitelyNotNullable ` errors.
77+ >
78+ > When using ` %use dataframe ` this version is applied automatically.
79+ > {style="warning"}
8180
8281```
8382%useLatestDescriptors
You can’t perform that action at this time.
0 commit comments