Skip to content

Commit

Permalink
Minor result update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 10, 2023
1 parent aaec259 commit bf0d8fa
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions apps/bc_survival.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,17 @@
"cells": [
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.1.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m23.2.1\u001b[0m\n",
"\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\n"
]
}
],
"outputs": [],
"source": [
"# Install dependencies\n",
"!pip install -q -U pandas plotly nbformat kaleido"
]
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -50,7 +40,7 @@
},
"data": [
{
"mode": "lines",
"mode": "markers+lines",
"name": "Denmark",
"showlegend": true,
"type": "scatter",
Expand Down Expand Up @@ -80,7 +70,7 @@
]
},
{
"mode": "lines",
"mode": "markers+lines",
"name": "Finland",
"showlegend": true,
"type": "scatter",
Expand Down Expand Up @@ -110,7 +100,7 @@
]
},
{
"mode": "lines",
"mode": "markers+lines",
"name": "Iceland",
"showlegend": true,
"type": "scatter",
Expand Down Expand Up @@ -140,7 +130,7 @@
]
},
{
"mode": "lines",
"mode": "markers+lines",
"name": "Norway",
"showlegend": true,
"type": "scatter",
Expand Down Expand Up @@ -170,7 +160,7 @@
]
},
{
"mode": "lines",
"mode": "markers+lines",
"name": "Sweden",
"showlegend": true,
"type": "scatter",
Expand Down

0 comments on commit bf0d8fa

Please sign in to comment.