Skip to content

Commit c23e81e

Browse files
improve readme ktnb usage
1 parent ef3d510 commit c23e81e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ You can include all the necessary dependencies and imports in the notebook using
8585
%use dataframe
8686
```
8787

88+
This will add the `dataframe` of the version bundled in the selected Kotlin Jupyter kernel.
8889
You can use `%useLatestDescriptors`
8990
to get the latest stable version without updating the Kotlin kernel:
9091

@@ -100,7 +101,7 @@ Or manually specify the version:
100101
```
101102

102103
> [!WARNING]
103-
> Please, use `0.16.0-736` Kotlin Jupyter Kernel version or higher for descriptor compatibility
104+
> Please, use `0.16.0-736` Kotlin Jupyter kernel version or higher for descriptor compatibility
104105
>
105106
> Use specified `1.0.0-Beta4n` version in Kotlin Notebook.
106107
> Due to [an known issue](https://github.com/Kotlin/dataframe/issues/1116),

0 commit comments

Comments
 (0)