Second try

parent 72c72cfe
...@@ -198,6 +198,7 @@ ...@@ -198,6 +198,7 @@
], ],
"source": [ "source": [
"import urllib.request\n", "import urllib.request\n",
"import os\n",
"local_filename = \"local_data.csv\"\n", "local_filename = \"local_data.csv\"\n",
"\n", "\n",
"if not os.path.exists(local_filename):\n", "if not os.path.exists(local_filename):\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment