File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
examples/notebooks/movies Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 112
112
},
113
113
"id": "bd9e80fd5bc0e0d"
114
114
},
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
+ },
115
147
{
116
148
"cell_type": "code",
117
149
"execution_count": 2,
You can’t perform that action at this time.
0 commit comments