Commit again. Sth seemed to went wrong before

parent d11c1c4b
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
} }
], ],
"source": [ "source": [
"local_filename = '/tmp/tmp.csv'\n", "local_filename = \"/tmp/tmp.csv\"\n",
"if not os.path.exists(local_filename):\n", "if not os.path.exists(local_filename):\n",
" print(\"downloading file...\")\n", " print(\"downloading file...\")\n",
" wget.download(data_url, local_filename) \n", " wget.download(data_url, 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