Skip to content

Commit 040aa08

Browse files
committed
is it just the print statement?
1 parent a82150f commit 040aa08

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

notebook1_basics_plotting/py_exploratory_comp_test.ipynb

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,36 @@
3535
},
3636
{
3737
"cell_type": "code",
38-
"execution_count": null,
38+
"execution_count": 1,
3939
"metadata": {
4040
"editable": true,
4141
"slideshow": {
4242
"slide_type": ""
4343
},
4444
"tags": []
4545
},
46-
"outputs": [],
46+
"outputs": [
47+
{
48+
"data": {
49+
"text/plain": [
50+
"12"
51+
]
52+
},
53+
"execution_count": 1,
54+
"metadata": {},
55+
"output_type": "execute_result"
56+
}
57+
],
4758
"source": [
4859
"6 * 2"
4960
]
61+
},
62+
{
63+
"cell_type": "code",
64+
"execution_count": null,
65+
"metadata": {},
66+
"outputs": [],
67+
"source": []
5068
}
5169
],
5270
"metadata": {

0 commit comments

Comments
 (0)