File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
8889You can use ` %useLatestDescriptors `
8990to 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 ) ,
You can’t perform that action at this time.
0 commit comments