Skip to content

Commit ff06701

Browse files
committed
remove warnings cell
1 parent 15a3ab7 commit ff06701

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

samples/04_gis_analysts_data_scientists/chennai_floods_analysis_rn.ipynb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@
5555
"First, let's import all the necessary libraries and connect to our GIS via an existing profile or creating a new connection by e.g. `gis = GIS(\"https://www.arcgis.com\", \"username\", \"Password\")`."
5656
]
5757
},
58-
{
59-
"cell_type": "code",
60-
"execution_count": 2,
61-
"metadata": {},
62-
"outputs": [],
63-
"source": [
64-
"import warnings\n",
65-
"warnings.filterwarnings(\"ignore\", \"Warning\")"
66-
]
67-
},
6858
{
6959
"cell_type": "code",
7060
"execution_count": 3,

0 commit comments

Comments
 (0)