Skip to content

Commit 5a7fc2f

Browse files
committed
test
1 parent 5fbed46 commit 5a7fc2f

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

testy.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,27 @@
3333
},
3434
{
3535
"cell_type": "code",
36-
"execution_count": null,
36+
"execution_count": 2,
3737
"metadata": {
3838
"id": "GpzSiKbBaoh4"
3939
},
40+
"outputs": [
41+
{
42+
"name": "stdout",
43+
"output_type": "stream",
44+
"text": [
45+
"hi\n"
46+
]
47+
}
48+
],
49+
"source": [
50+
"print(\"hi\")"
51+
]
52+
},
53+
{
54+
"cell_type": "code",
55+
"execution_count": null,
56+
"metadata": {},
4057
"outputs": [],
4158
"source": []
4259
}

0 commit comments

Comments
 (0)