Skip to content

Commit

Permalink
Clone repo -> access data in all notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 10, 2023
1 parent ad128b7 commit 948e21d
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 2 deletions.
11 changes: 11 additions & 0 deletions apps/bc_incidence_over_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 19,
Expand Down
29 changes: 27 additions & 2 deletions apps/bc_incidence_over_time_age_groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand All @@ -22,7 +22,32 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Cloning into 'breast-cancer-stats'...\n",
"remote: Enumerating objects: 339, done.\u001b[K\n",
"remote: Counting objects: 100% (142/142), done.\u001b[K\n",
"remote: Compressing objects: 100% (91/91), done.\u001b[K\n",
"remote: Total 339 (delta 86), reused 103 (delta 49), pack-reused 197\u001b[K\n",
"Receiving objects: 100% (339/339), 1.88 MiB | 9.02 MiB/s, done.\n",
"Resolving deltas: 100% (174/174), done.\n"
]
}
],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down
11 changes: 11 additions & 0 deletions apps/bc_mortality_over_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 15,
Expand Down
11 changes: 11 additions & 0 deletions apps/bc_mortality_over_time_age_groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 44,
Expand Down
11 changes: 11 additions & 0 deletions apps/bc_survival.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand Down
11 changes: 11 additions & 0 deletions apps/breast_cancer_incidence_rate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down
11 changes: 11 additions & 0 deletions apps/breast_cancer_mortality_rate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 30,
Expand Down
11 changes: 11 additions & 0 deletions apps/breast_cancer_statistics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@
"!pip install -q -U pandas plotly"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Clone repo to get access to data/ directory\n",
"!git clone https://github.com/andreped/breast-cancer-stats.git\n",
"%cd breast-cancer-stats/apps/"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand Down

0 comments on commit 948e21d

Please sign in to comment.