Skip to content

Commit 27ea362

Browse files
author
StephenElston
committed
Cleared code cell outputs
1 parent a1fd7c6 commit 27ea362

24 files changed

Lines changed: 444 additions & 8376 deletions

Module01/01-01-Introduction to Equations.ipynb

Lines changed: 14 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,9 @@
3636
},
3737
{
3838
"cell_type": "code",
39-
"execution_count": 1,
39+
"execution_count": null,
4040
"metadata": {},
41-
"outputs": [
42-
{
43-
"data": {
44-
"text/html": [
45-
"TRUE"
46-
],
47-
"text/latex": [
48-
"TRUE"
49-
],
50-
"text/markdown": [
51-
"TRUE"
52-
],
53-
"text/plain": [
54-
"[1] TRUE"
55-
]
56-
},
57-
"metadata": {},
58-
"output_type": "display_data"
59-
}
60-
],
41+
"outputs": [],
6142
"source": [
6243
"x = -41\n",
6344
"x + 16 == -25"
@@ -97,28 +78,9 @@
9778
},
9879
{
9980
"cell_type": "code",
100-
"execution_count": 2,
81+
"execution_count": null,
10182
"metadata": {},
102-
"outputs": [
103-
{
104-
"data": {
105-
"text/html": [
106-
"TRUE"
107-
],
108-
"text/latex": [
109-
"TRUE"
110-
],
111-
"text/markdown": [
112-
"TRUE"
113-
],
114-
"text/plain": [
115-
"[1] TRUE"
116-
]
117-
},
118-
"metadata": {},
119-
"output_type": "display_data"
120-
}
121-
],
83+
"outputs": [],
12284
"source": [
12385
"x = 4\n",
12486
"3*x - 2 == 10"
@@ -162,28 +124,9 @@
162124
},
163125
{
164126
"cell_type": "code",
165-
"execution_count": 3,
127+
"execution_count": null,
166128
"metadata": {},
167-
"outputs": [
168-
{
169-
"data": {
170-
"text/html": [
171-
"TRUE"
172-
],
173-
"text/latex": [
174-
"TRUE"
175-
],
176-
"text/markdown": [
177-
"TRUE"
178-
],
179-
"text/plain": [
180-
"[1] TRUE"
181-
]
182-
},
183-
"metadata": {},
184-
"output_type": "display_data"
185-
}
186-
],
129+
"outputs": [],
187130
"source": [
188131
"x = 7\n",
189132
"5*x + 1 - 2*x == 22"
@@ -215,28 +158,9 @@
215158
},
216159
{
217160
"cell_type": "code",
218-
"execution_count": 4,
161+
"execution_count": null,
219162
"metadata": {},
220-
"outputs": [
221-
{
222-
"data": {
223-
"text/html": [
224-
"TRUE"
225-
],
226-
"text/latex": [
227-
"TRUE"
228-
],
229-
"text/markdown": [
230-
"TRUE"
231-
],
232-
"text/plain": [
233-
"[1] TRUE"
234-
]
235-
},
236-
"metadata": {},
237-
"output_type": "display_data"
238-
}
239-
],
163+
"outputs": [],
240164
"source": [
241165
"x = 45\n",
242166
"x/3 + 1 == 16"
@@ -271,28 +195,9 @@
271195
},
272196
{
273197
"cell_type": "code",
274-
"execution_count": 5,
198+
"execution_count": null,
275199
"metadata": {},
276-
"outputs": [
277-
{
278-
"data": {
279-
"text/html": [
280-
"TRUE"
281-
],
282-
"text/latex": [
283-
"TRUE"
284-
],
285-
"text/markdown": [
286-
"TRUE"
287-
],
288-
"text/plain": [
289-
"[1] TRUE"
290-
]
291-
},
292-
"metadata": {},
293-
"output_type": "display_data"
294-
}
295-
],
200+
"outputs": [],
296201
"source": [
297202
"x = 25\n",
298203
"2/5 * x + 1 ==11"
@@ -335,28 +240,9 @@
335240
},
336241
{
337242
"cell_type": "code",
338-
"execution_count": 6,
243+
"execution_count": null,
339244
"metadata": {},
340-
"outputs": [
341-
{
342-
"data": {
343-
"text/html": [
344-
"TRUE"
345-
],
346-
"text/latex": [
347-
"TRUE"
348-
],
349-
"text/markdown": [
350-
"TRUE"
351-
],
352-
"text/plain": [
353-
"[1] TRUE"
354-
]
355-
},
356-
"metadata": {},
357-
"output_type": "display_data"
358-
}
359-
],
245+
"outputs": [],
360246
"source": [
361247
"x = 1.5\n",
362248
"3*x + 2 == 5*x -1"
@@ -396,28 +282,9 @@
396282
},
397283
{
398284
"cell_type": "code",
399-
"execution_count": 7,
285+
"execution_count": null,
400286
"metadata": {},
401-
"outputs": [
402-
{
403-
"data": {
404-
"text/html": [
405-
"TRUE"
406-
],
407-
"text/latex": [
408-
"TRUE"
409-
],
410-
"text/markdown": [
411-
"TRUE"
412-
],
413-
"text/plain": [
414-
"[1] TRUE"
415-
]
416-
},
417-
"metadata": {},
418-
"output_type": "display_data"
419-
}
420-
],
287+
"outputs": [],
421288
"source": [
422289
"x = 2\n",
423290
"4*(x + 2) + 3*(x - 2) == 16"

0 commit comments

Comments
 (0)