Skip to content

Commit baefd53

Browse files
committed
Walking Kodee: Add the summary description
1 parent b3bf5e3 commit baefd53

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/walking_kodee.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@
55
"cell_type": "markdown",
66
"source": [
77
"# Walking Kodee\n",
8-
"\n"
8+
"\n",
9+
"This notebook shows an animated Kodee sprite walking on the bottom of the JetBrains IDE window.\n",
10+
"\n",
11+
"It uses a custom Swing component that loads an animated GIF resource and renders it as an animation.\n",
12+
"\n",
13+
"Additionally, it demonstrates how to remove the animation by properly disposing of resources when the Kotlin Notebook kernel is restarted."
914
]
1015
},
1116
{
1217
"metadata": {
1318
"ExecuteTime": {
14-
"end_time": "2025-07-28T10:41:28.774922Z",
15-
"start_time": "2025-07-28T10:41:27.983897Z"
19+
"end_time": "2025-07-28T10:54:22.765659Z",
20+
"start_time": "2025-07-28T10:54:20.984438Z"
1621
}
1722
},
1823
"cell_type": "code",

0 commit comments

Comments
 (0)