Skip to content

Commit bd672df

Browse files
committed
Fix text and grammar in Kotlin notebook integration docs
1 parent 273a32e commit bd672df

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed
Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
# Usage with Kotlin Notebook Plugin
22

3-
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:
46

57
### Visual Data Exploration
68
**Page through your data**:
79
The pagination feature lets you move through your data one page at a time, making it possible to view large datasets.
810

911
**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.
1114

1215
**Go straight to the data you need**:
1316
You can jump directly to a particular row or column if you want something specific.
1417
This makes working with large datasets more straightforward.
1518
<video src="https://github.com/user-attachments/assets/aeae1c79-9755-4558-bac4-420bf1331f39" controls></video>
1619

1720
### Drill down into nested data
18-
When your data has multiple layers, like a table within a table, you can now click to view these details directly.
21+
When your data has multiple layers, like a table within a table,
22+
you can now click on a cell containing a nested table to view these details directly.
1923
This makes it easy to go deeper into your data and then return to where you were.
2024
<video src="https://github.com/user-attachments/assets/ef9509be-e19b-469c-9bad-0ce81eec36b0" controls></video>
2125

2226
### Visualize multiple tables via tabs
2327
You can open and visualize multiple tables in separate tabs.
24-
This feature is tailored for those who need to compare, contrast, or simply monitor different datasets simultaneously.
28+
This feature is tailored to those who need to compare, contrast, or monitor different datasets simultaneously.
2529
<video src="https://github.com/user-attachments/assets/51b7a6e3-0187-49b3-bf5e-0c4d60f8b769" controls></video>
2630

2731

2832
### Exporting to files
2933

30-
You can export data directly from the DataFrame into various file formats. This simplifies sharing and further analysis.
31-
The component supports exporting data to JSON for web applications, CSV for spreadsheet tools, and XML for data interchange.
34+
You can export data directly from the dataframe into various file formats.
35+
This simplifies sharing and further analysis.
36+
The interface supports exporting data to JSON for web applications,
37+
CSV for spreadsheet tools, and XML for data interchange.
3238
<video src="https://github.com/user-attachments/assets/ec28c59a-1555-44ce-98f6-a60d8feae347" controls></video>
3339

3440

@@ -41,7 +47,8 @@ like copying text from a document, but with the structure and format of your dat
4147
<video src="https://github.com/user-attachments/assets/88e53dfb-361f-40f8-bffb-52a512cdd3cd" controls></video>
4248

4349

44-
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.
4552

4653
For more information on using the Kotlin Notebook Plugin,
4754
refer to the [official documentation](https://kotlinlang.org/docs/kotlin-notebook-overview.html).

0 commit comments

Comments
 (0)