Skip to content

Commit b90ec0d

Browse files
committed
Document image rendering and open URI action of the table component
1 parent a42463b commit b90ec0d

File tree

7 files changed

+18
-0
lines changed

7 files changed

+18
-0
lines changed
497 KB
Loading
484 KB
Loading
370 KB
Loading
382 KB
Loading
441 KB
Loading
451 KB
Loading

docs/StardustDocs/topics/guides/Kotlin-DataFrame-Features-in-Kotlin-Notebook.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,24 @@ like copying text from a document, but with the structure and format of your dat
7878

7979
<video src="https://github.com/user-attachments/assets/88e53dfb-361f-40f8-bffb-52a512cdd3cd" controls=""/>
8080

81+
### Rendering of images in the cell
82+
83+
Table widget can render values of class BufferedImage.
84+
Given a column of images, right-click on the cell and click `View Image` in the context menu.
85+
86+
![ktnb_cell_image.png](ktnb_cell_image.png)
87+
88+
### Clickable URI links
89+
90+
String values starting with `https://`, `https://`, `file:/` are treated as clickable links that open, for example, browser or file manager.
91+
Click on the cell to trigger a toolbar to appear.
92+
93+
![ktnb_clickable_link.png](ktnb_clickable_link.png)
94+
95+
Clicking on `Open URL` or `Open File URI` for the first time triggers a notification with a link to `Settings``URL Click Settings`.
96+
Choose what protocols should be allowed.
97+
98+
![ktnb_link_settings.png](ktnb_link_settings.png)
8199

82100
To get started, ensure you have the latest version of the Kotlin Notebook Plugin installed in IntelliJ IDEA,
83101
and begin exploring your data using Kotlin DataFrame in your notebook cells.

0 commit comments

Comments
 (0)