-
Notifications
You must be signed in to change notification settings - Fork 75
readying examples and docs for Beta3 #1441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
114ea71
5eda0fd
00d8248
fdb4a5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,13 @@ You can explicitly define the version you want: | |
Or use the latest stable version of Kotlin DataFrame | ||
(specified in [Kotlin Jupyter descriptors](https://github.com/Kotlin/kotlin-jupyter-libraries)): | ||
|
||
<warning> | ||
For version `1.0.0-Beta3`, in notebooks use version `1.0.0-Beta3n` instead. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is it possible to make it a template with dfVersion? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. well hopefully we don't need that here. This is only a temporary thing that hopefeully only applies for Beta3 |
||
This uses the patch of [#1435](https://github.com/Kotlin/dataframe/pull/1435) for issue | ||
[#1116](https://github.com/Kotlin/dataframe/issues/1116), avoiding `DefinitelyNotNullable` errors. | ||
|
||
When using `%use dataframe` this version is applied automatically. | ||
</warning> | ||
|
||
``` | ||
%useLatestDescriptors | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd"> | ||
<vars> | ||
<var name="dataFrameVersion" value="1.0.0-Beta2" type="string"/> | ||
<var name="compilerPluginKotlinVersion" value="2.2.20-Beta1" type="string"/> | ||
<var name="dataFrameVersion" value="1.0.0-Beta3" type="string"/> | ||
<var name="compilerPluginKotlinVersion" value="2.2.20" type="string"/> | ||
</vars> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great idea for a while (probably also worth to add the same stuff for our main documentation)