|
1 | 1 | { |
2 | 2 | "cells": [ |
| 3 | + { |
| 4 | + "metadata": {}, |
| 5 | + "cell_type": "markdown", |
| 6 | + "source": [ |
| 7 | + "# Setup\n", |
| 8 | + "install plotly\n", |
| 9 | + "locally run nhsn indicator in order to generate the data\n", |
| 10 | + "get api key for epidata and fill in the API_KEY \n" |
| 11 | + ], |
| 12 | + "id": "ac71b219bacb886e" |
| 13 | + }, |
3 | 14 | { |
4 | 15 | "metadata": { |
5 | 16 | "ExecuteTime": { |
6 | | - "end_time": "2024-12-06T19:45:51.446614Z", |
7 | | - "start_time": "2024-12-06T19:45:51.442106Z" |
| 17 | + "end_time": "2024-12-06T21:05:46.881968Z", |
| 18 | + "start_time": "2024-12-06T21:05:46.869306Z" |
8 | 19 | } |
9 | 20 | }, |
10 | 21 | "cell_type": "code", |
|
24 | 35 | ], |
25 | 36 | "id": "initial_id", |
26 | 37 | "outputs": [], |
27 | | - "execution_count": 94 |
| 38 | + "execution_count": 106 |
28 | 39 | }, |
29 | 40 | { |
30 | 41 | "metadata": { |
|
127 | 138 | }, |
128 | 139 | "cell_type": "code", |
129 | 140 | "source": [ |
130 | | - "import pandas as pd\n", |
131 | | - "import plotly.graph_objects as go\n", |
132 | | - "import plotly.io as pio\n", |
133 | | - "\n", |
134 | 141 | "from plotly.offline import init_notebook_mode\n", |
135 | 142 | "\n", |
136 | 143 | "init_notebook_mode(connected=True)\n", |
|
203 | 210 | }, |
204 | 211 | "cell_type": "code", |
205 | 212 | "source": [ |
206 | | - "import plotly.graph_objects as go\n", |
207 | 213 | "from plotly.offline import init_notebook_mode\n", |
208 | | - "import plotly.io as pio\n", |
209 | 214 | "\n", |
210 | 215 | "init_notebook_mode(connected=True)\n", |
211 | 216 | "\n", |
|
286 | 291 | "cell_type": "code", |
287 | 292 | "source": [ |
288 | 293 | "import pandas as pd\n", |
289 | | - "import plotly.graph_objects as go\n", |
290 | | - "import plotly.io as pio\n", |
291 | 294 | "from plotly.offline import init_notebook_mode\n", |
292 | 295 | "\n", |
293 | 296 | "init_notebook_mode(connected=True)\n", |
|
387 | 390 | }, |
388 | 391 | "cell_type": "code", |
389 | 392 | "source": [ |
390 | | - "import plotly.graph_objects as go\n", |
391 | 393 | "from plotly.offline import init_notebook_mode\n", |
392 | | - "import plotly.io as pio\n", |
393 | 394 | "\n", |
394 | 395 | "init_notebook_mode(connected=True)\n", |
395 | 396 | "\n", |
|
988 | 989 | "metadata": {}, |
989 | 990 | "cell_type": "code", |
990 | 991 | "source": [ |
991 | | - "from itertools import product\n", |
992 | | - "\n", |
993 | 992 | "pathogen_mapping = {\"flu\": \"influenza\", \"covid\": \"covid\"}\n", |
994 | 993 | "pathogen = \"covid\"\n", |
995 | 994 | "prelim_flag = False\n", |
|
0 commit comments