Skip to content

Commit e2b2777

Browse files
committed
Cleared outputs for chapter 0 notebooks
1 parent 214f30a commit e2b2777

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

chapter0/softwareCarpentry_AnalyzingPatientData.ipynb

+3-20
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
{
2525
"cell_type": "code",
26-
"execution_count": 1,
26+
"execution_count": null,
2727
"metadata": {},
2828
"outputs": [],
2929
"source": [
@@ -32,26 +32,9 @@
3232
},
3333
{
3434
"cell_type": "code",
35-
"execution_count": 2,
35+
"execution_count": null,
3636
"metadata": {},
37-
"outputs": [
38-
{
39-
"data": {
40-
"text/plain": [
41-
"array([[0., 0., 1., ..., 3., 0., 0.],\n",
42-
" [0., 1., 2., ..., 1., 0., 1.],\n",
43-
" [0., 1., 1., ..., 2., 1., 1.],\n",
44-
" ...,\n",
45-
" [0., 1., 1., ..., 1., 1., 1.],\n",
46-
" [0., 0., 0., ..., 0., 2., 0.],\n",
47-
" [0., 0., 1., ..., 1., 1., 0.]])"
48-
]
49-
},
50-
"execution_count": 2,
51-
"metadata": {},
52-
"output_type": "execute_result"
53-
}
54-
],
37+
"outputs": [],
5538
"source": [
5639
"numpy.loadtxt(fname='inflammation-01.csv', delimiter=',')"
5740
]

chapter0/softwareCarpentry_PythonFundamentals.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
"execution_count": null,
3636
"metadata": {},
3737
"outputs": [],
38-
"source": [
39-
"!wget https://github.com/swcarpentry/python-novice-inflammation/tree/main/episodes/data/inflammation-01.csv"
40-
]
38+
"source": []
4139
}
4240
],
4341
"metadata": {

0 commit comments

Comments
 (0)