Skip to content

Commit 61b64f2

Browse files
fix warning
1 parent ad2c10e commit 61b64f2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/StardustDocs/topics/setup/SetupKotlinNotebook.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,12 @@ You can explicitly define the version you want:
7171
Or 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

0 commit comments

Comments
 (0)