Skip to content

Commit 25d0cd9

Browse files
committed
clickable test in movies notebook for github
1 parent b883f16 commit 25d0cd9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

examples/notebooks/movies/movies.ipynb

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,38 @@
112112
},
113113
"id": "bd9e80fd5bc0e0d"
114114
},
115+
{
116+
"cell_type": "code",
117+
"execution_count": 2,
118+
"outputs": [
119+
{
120+
"data": {
121+
"text/html": " <html theme='dark'>\n <head>\n <style type=\"text/css\">\n \n </style>\n </head>\n <body>\n <input type=\"checkbox\" id=\"my_checkbox\">\n<label for=\"my_checkbox\">Show/hide</label>\n </body>\n <script>\n \n </script>\n </html>"
122+
},
123+
"execution_count": 2,
124+
"metadata": {},
125+
"output_type": "execute_result"
126+
}
127+
],
128+
"source": [
129+
"HtmlData(\n",
130+
" style = \"\",\n",
131+
" body = \"\"\"\n",
132+
" <input type=\"checkbox\" id=\"my_checkbox\">\n",
133+
" <label for=\"my_checkbox\">Show/hide</label>\n",
134+
" \"\"\".trimIndent(),\n",
135+
" script = \"\",\n",
136+
").toSimpleHtml(ColorScheme.DARK)"
137+
],
138+
"metadata": {
139+
"collapsed": false,
140+
"ExecuteTime": {
141+
"end_time": "2023-11-28T13:40:34.490378121Z",
142+
"start_time": "2023-11-28T13:40:34.271747841Z"
143+
}
144+
},
145+
"id": "a2bfd44f0f08d0b2"
146+
},
115147
{
116148
"cell_type": "code",
117149
"execution_count": 2,

0 commit comments

Comments
 (0)