Skip to content

Commit da34b09

Browse files
authored
Merge pull request #2057 from Esri/jy-rvw-wildfire-nb
add markdown headings for nav and reformat note
2 parents e7660d3 + d874354 commit da34b09

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

samples/04_gis_analysts_data_scientists/calculate_post_fire_landslide_risk.ipynb

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"cell_type": "markdown",
4343
"metadata": {},
4444
"source": [
45-
"### Import required libraries\n"
45+
"## Import required libraries\n"
4646
]
4747
},
4848
{
@@ -83,7 +83,7 @@
8383
"cell_type": "markdown",
8484
"metadata": {},
8585
"source": [
86-
"### Get data\n",
86+
"## Get data\n",
8787
"\n",
8888
"For this analysis we need the following datasets\n",
8989
"\n",
@@ -287,6 +287,15 @@
287287
"nbr_diff = nbr_prefire - nbr_postfire"
288288
]
289289
},
290+
{
291+
"cell_type": "markdown",
292+
"metadata": {},
293+
"source": [
294+
"To view the raster function chain visually, we install `graphviz` Python library. \n",
295+
"\n",
296+
"> **Note:** _after the installation is done, this notebook kernel has to be restarted and ran from the beginning once again to have graphviz imported and variables declared_.\n"
297+
]
298+
},
290299
{
291300
"cell_type": "code",
292301
"execution_count": 9,
@@ -310,13 +319,6 @@
310319
" [5, 255, 0, 0]])"
311320
]
312321
},
313-
{
314-
"cell_type": "markdown",
315-
"metadata": {},
316-
"source": [
317-
"To view the raster function chain visually, we install `graphviz` Python library. Note: _after the installation is done, this notebook kernel has to be restarted and ran from the beginning once again to have graphviz imported and variables declared_.\n"
318-
]
319-
},
320322
{
321323
"cell_type": "code",
322324
"execution_count": 10,
@@ -915,7 +917,7 @@
915917
"name": "python",
916918
"nbconvert_exporter": "python",
917919
"pygments_lexer": "ipython3",
918-
"version": "3.11.8"
920+
"version": "3.11.0"
919921
},
920922
"toc": {
921923
"base_numbering": 1,
@@ -932,5 +934,5 @@
932934
}
933935
},
934936
"nbformat": 4,
935-
"nbformat_minor": 2
937+
"nbformat_minor": 4
936938
}

0 commit comments

Comments
 (0)