We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82150f commit 040aa08Copy full SHA for 040aa08
1 file changed
notebook1_basics_plotting/py_exploratory_comp_test.ipynb
@@ -35,18 +35,36 @@
35
},
36
{
37
"cell_type": "code",
38
- "execution_count": null,
+ "execution_count": 1,
39
"metadata": {
40
"editable": true,
41
"slideshow": {
42
"slide_type": ""
43
44
"tags": []
45
46
- "outputs": [],
+ "outputs": [
47
+ {
48
+ "data": {
49
+ "text/plain": [
50
+ "12"
51
+ ]
52
+ },
53
54
+ "metadata": {},
55
+ "output_type": "execute_result"
56
+ }
57
+ ],
58
"source": [
59
"6 * 2"
60
]
61
62
63
+ "cell_type": "code",
64
+ "execution_count": null,
65
66
+ "outputs": [],
67
+ "source": []
68
}
69
],
70
0 commit comments