We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbed46 commit 5a7fc2fCopy full SHA for 5a7fc2f
1 file changed
testy.ipynb
@@ -33,10 +33,27 @@
33
},
34
{
35
"cell_type": "code",
36
- "execution_count": null,
+ "execution_count": 2,
37
"metadata": {
38
"id": "GpzSiKbBaoh4"
39
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": {},
57
"outputs": [],
58
"source": []
59
}
0 commit comments