From 750edb07140b7fe970429f5caa0ba749713b98ca Mon Sep 17 00:00:00 2001 From: Ben Cho Date: Sun, 1 Oct 2023 12:57:18 -0600 Subject: [PATCH] removed key --- notebooks/scratchpad.ipynb | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/notebooks/scratchpad.ipynb b/notebooks/scratchpad.ipynb index a5748b0..039391f 100644 --- a/notebooks/scratchpad.ipynb +++ b/notebooks/scratchpad.ipynb @@ -19,36 +19,6 @@ "import json" ] }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "url = f\"http://api.eia.gov/v2/seriesid/PET_W_EPM0F_IM0_NUS-Z00_MBBLD_W?api_key=2A8ht8q9qIj5WW1gaygGHPVwoJAPCxcUFtVn9uTk\"\n", - "tmp = json.loads(requests.get(url).text)" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'error': 'Not found.', 'code': 404}" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "tmp" - ] - }, { "cell_type": "code", "execution_count": null,