aboutsummaryrefslogtreecommitdiff
path: root/test/ipynb/simple.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipynb/simple.ipynb')
-rw-r--r--test/ipynb/simple.ipynb19
1 files changed, 17 insertions, 2 deletions
diff --git a/test/ipynb/simple.ipynb b/test/ipynb/simple.ipynb
index d9f805fb1..26901db57 100644
--- a/test/ipynb/simple.ipynb
+++ b/test/ipynb/simple.ipynb
@@ -30,9 +30,24 @@
},
{
"cell_type": "code",
- "execution_count": null,
+ "execution_count": 2,
"metadata": {},
- "outputs": [],
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "execution_count": 2,
+ "metadata": {},
+ "data": {
+ "text/html": [
+ "<script>\n",
+ "console.log(\"hello\");\n",
+ "</script>\n",
+ "<b>HTML</b>\n",
+ "hello"
+ ]
+ }
+ }
+ ],
"source": [
"from IPython.display import HTML\n",
"HTML(\"\"\"\n",