We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1402f37 commit e39ec7eCopy full SHA for e39ec7e
hands-on/session II/2.Explore_Data.ipynb
@@ -56,6 +56,9 @@
56
"source": [
57
"# Change the name of data file with the name of your downloaded subregion\n",
58
"data_file = \"enter_the_name.here\"\n",
59
+ "\n",
60
+ "assert os.path.isfile(data_file), f\"Error: The file '{data_file}' does not exist.\"\n",
61
62
"print(\"You have successfully defined the name of the file\")\n"
63
]
64
},
@@ -379,7 +382,7 @@
379
382
"name": "python",
380
383
"nbconvert_exporter": "python",
381
384
"pygments_lexer": "ipython3",
- "version": "3.11.11"
385
+ "version": "3.10.14"
386
}
387
388
"nbformat": 4,
0 commit comments