\n",
+ "\n",
+ "```html\n",
+ "
\n",
+ "\n",
+ "```\n",
+ "\n",
+ "
"
],
"text/plain": [
- "div(('',),{'id': '_BxxYJqh2RdOaxF3FIK0VBA'})"
+ "\n",
+ "\n",
+ "```html\n",
+ "
not loaded
\n",
+ "\n",
+ "```\n",
+ "\n",
+ "
"
],
"text/plain": [
- "p(('not loaded',),{'hx-get': ._lf object>, 'hx-trigger': 'load', 'id': '_x4TFzZPvTtWff74RmcHGVQ'})"
+ "not loaded
"
]
},
"execution_count": null,
@@ -680,13 +607,23 @@
"outputs": [
{
"data": {
+ "text/html": [
+ "\n"
+ ],
"text/markdown": [
- "\n"
+ "\n",
+ "\n",
+ "```html\n",
+ "
\n",
+ "\n",
+ "```\n",
+ "\n",
+ "
"
],
"text/plain": [
- "div(('',),{'id': '_AsIIqL_PTs_nPASliaNYGA'})"
+ ""
]
},
"execution_count": null,
@@ -706,13 +643,23 @@
"outputs": [
{
"data": {
+ "text/html": [
+ "\n"
+ ],
"text/markdown": [
- "\n"
+ "\n",
+ "\n",
+ "```html\n",
+ "
hi
\n",
+ "\n",
+ "```\n",
+ "\n",
+ "
"
],
"text/plain": [
- "p(('hi',),{'hx-get': ._lf object>, 'hx-trigger': 'load', 'hx-target': '#_AsIIqL_PTs_nPASliaNYGA', 'id': '_LjH2GVPJS_6wMMIQSQpyJA'})"
+ "hi
"
]
},
"execution_count": null,
@@ -733,8 +680,7 @@
"metadata": {},
"outputs": [],
"source": [
- "server.stop()\n",
- "await asyncio.sleep(0.2)"
+ "server.stop()"
]
},
{
@@ -832,30 +778,11 @@
"execution_count": null,
"id": "81669294",
"metadata": {},
- "outputs": [
- {
- "data": {
- "text/html": [
- " "
- ],
- "text/plain": [
- ""
- ]
- },
- "execution_count": null,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
+ "outputs": [],
"source": [
"# Run the notebook locally to see the HTMX iframe in action\n",
- "HTMX()"
+ "# Do not commit the outputs because it will break SolveIT\n",
+ "# HTMX()"
]
},
{
@@ -908,27 +835,14 @@
"#| hide\n",
"import nbdev; nbdev.nbdev_export()"
]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "id": "d6eafdc3",
- "metadata": {},
- "outputs": [],
- "source": []
}
],
"metadata": {
- "kernelspec": {
- "display_name": "python3",
- "language": "python",
- "name": "python3"
- },
"solveit": {
"default_code": true,
"mode": "learning",
"use_fence": false,
- "use_thinking": false,
+ "use_thinking": true,
"use_tools": true,
"ver": 2
}