You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Kotlin Notebook Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/16340-kotlin-notebook), combined with Kotlin DataFrame, offers powerful data analysis capabilities within an interactive environment. Here are key features:
3
+
The [Kotlin Notebook Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/16340-kotlin-notebook),
4
+
combined with Kotlin DataFrame, offers powerful data analysis capabilities within an interactive environment.
5
+
Here are the key features:
4
6
5
7
### Visual Data Exploration
6
8
**Page through your data**:
7
9
The pagination feature lets you move through your data one page at a time, making it possible to view large datasets.
8
10
9
11
**Sort by column with a single click**:
10
-
You can sort any column with a click. This is a convenient alternative to using sortBy in separate cells.
12
+
You can sort any column with a click.
13
+
This is a convenient alternative to using `sortBy` in separate cells.
11
14
12
15
**Go straight to the data you need**:
13
16
You can jump directly to a particular row or column if you want something specific.
14
17
This makes working with large datasets more straightforward.
To get started, ensure you have the latest version of the Kotlin Notebook Plugin installed in IntelliJ IDEA, and begin exploring your data using Kotlin DataFrames in your notebook cells.
50
+
To get started, ensure you have the latest version of the Kotlin Notebook Plugin installed in IntelliJ IDEA,
51
+
and begin exploring your data using Kotlin DataFrame in your notebook cells.
45
52
46
53
For more information on using the Kotlin Notebook Plugin,
47
54
refer to the [official documentation](https://kotlinlang.org/docs/kotlin-notebook-overview.html).
0 commit comments