Kenneth Pouncey commited on
Commit
f7138e2
·
1 Parent(s): 152c2d3

just to make sure

Browse files
Files changed (1) hide show
  1. example-notebook.ipynb +21 -1
example-notebook.ipynb CHANGED
@@ -26,6 +26,26 @@
26
  "source": [
27
  "12 * 12 \n"
28
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  }
30
  ],
31
  "metadata": {
@@ -44,7 +64,7 @@
44
  "name": "python",
45
  "nbconvert_exporter": "python",
46
  "pygments_lexer": "ipython3",
47
- "version": "3.undefined.undefined"
48
  }
49
  },
50
  "nbformat": 4,
 
26
  "source": [
27
  "12 * 12 \n"
28
  ]
29
+ },
30
+ {
31
+ "cell_type": "code",
32
+ "execution_count": 1,
33
+ "metadata": {},
34
+ "outputs": [
35
+ {
36
+ "data": {
37
+ "text/plain": [
38
+ "1728"
39
+ ]
40
+ },
41
+ "execution_count": 1,
42
+ "metadata": {},
43
+ "output_type": "execute_result"
44
+ }
45
+ ],
46
+ "source": [
47
+ "144 * 12"
48
+ ]
49
  }
50
  ],
51
  "metadata": {
 
64
  "name": "python",
65
  "nbconvert_exporter": "python",
66
  "pygments_lexer": "ipython3",
67
+ "version": "3.12.4"
68
  }
69
  },
70
  "nbformat": 4,