File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ You can explicitly define the version you want:
6565
6666
6767```
68- %use dataframe(1.0.0)
68+ %use dataframe(1.0.0-Beta4n )
6969```
7070
7171Or use the latest stable version of Kotlin DataFrame
7272(specified in [ Kotlin Jupyter descriptors] ( https://github.com/Kotlin/kotlin-jupyter-libraries ) ):
7373
7474<warning >
75- For version ` 1.0.0-Beta3 ` , in notebooks use version ` 1.0.0-Beta3n ` instead.
75+ For version ` 1.0.0-Beta4 ` , in notebooks use version ` 1.0.0-Beta4n ` instead.
7676This uses the patch of [ #1435 ] ( https://github.com/Kotlin/dataframe/pull/1435 ) for issue
7777[ #1116 ] ( https://github.com/Kotlin/dataframe/issues/1116 ) , avoiding ` DefinitelyNotNullable ` errors.
7878
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
4- <var name =" dataFrameVersion" value =" 1.0.0-Beta3 " type =" string" />
4+ <var name =" dataFrameVersion" value =" 1.0.0-Beta4 " type =" string" />
55 <var name =" compilerPluginKotlinVersion" value =" 2.3.0-RC" type =" string" />
66</vars >
You can’t perform that action at this time.
0 commit comments