Skip to content

Commit

Permalink
Cleared outputs for chapter 0 notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
vonw committed Jan 11, 2024
1 parent 214f30a commit e2b2777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
23 changes: 3 additions & 20 deletions chapter0/softwareCarpentry_AnalyzingPatientData.ipynb
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -32,26 +32,9 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([[0., 0., 1., ..., 3., 0., 0.],\n",
" [0., 1., 2., ..., 1., 0., 1.],\n",
" [0., 1., 1., ..., 2., 1., 1.],\n",
" ...,\n",
" [0., 1., 1., ..., 1., 1., 1.],\n",
" [0., 0., 0., ..., 0., 2., 0.],\n",
" [0., 0., 1., ..., 1., 1., 0.]])"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"numpy.loadtxt(fname='inflammation-01.csv', delimiter=',')"
]
Expand Down
4 changes: 1 addition & 3 deletions chapter0/softwareCarpentry_PythonFundamentals.ipynb
Expand Up @@ -35,9 +35,7 @@
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!wget https://github.com/swcarpentry/python-novice-inflammation/tree/main/episodes/data/inflammation-01.csv"
]
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit e2b2777

Please sign in to comment.