Skip to content

Commit c0d441c

Browse files
authored
Merge pull request #2001 from Esri/jy-add-removal-warning
add removal notices to deprecated samples for next release
2 parents 695a3e1 + 8f19660 commit c0d441c

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

samples/02_power_users_developers/building_a_change_detection_app_using_jupyter_dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
24+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
2525
]
2626
},
2727
{

samples/02_power_users_developers/jupyter_dashboard_for_raster_analytics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cell_type": "markdown",
2222
"metadata": {},
2323
"source": [
24-
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
24+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
2525
]
2626
},
2727
{

samples/02_power_users_developers/population_exploration_dashboard.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master) and will be removed by September 20th, 2024."
14+
"> **NOTE:** This notebook relies on an archived Python package, see [jupyter/dashboards](https://github.com/jupyter/dashboards/tree/master). It will be removed at the next release of the ArcGIS API for Python."
1515
]
1616
},
1717
{

samples/02_power_users_developers/using_geoprocessing_tools_rn.ipynb

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"# Using Geoprocessing tools"
88
]
99
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"> **NOTE:** This notebook demonstrates a service that is no longer available. It will be updated at the next release of the ArcGIS API for Python."
15+
]
16+
},
1017
{
1118
"cell_type": "markdown",
1219
"metadata": {},
@@ -100,9 +107,7 @@
100107
{
101108
"cell_type": "code",
102109
"execution_count": 6,
103-
"metadata": {
104-
"scrolled": false
105-
},
110+
"metadata": {},
106111
"outputs": [
107112
{
108113
"data": {
@@ -498,7 +503,10 @@
498503
{
499504
"cell_type": "markdown",
500505
"metadata": {
501-
"collapsed": true
506+
"collapsed": true,
507+
"jupyter": {
508+
"outputs_hidden": true
509+
}
502510
},
503511
"source": [
504512
"Click around on the map, near Diego Garcia as well as at the search locations to find the paths the debris could have taken and find if it could have reached La Reunion."
@@ -523,7 +531,7 @@
523531
"notebookRuntimeVersion": "9.0"
524532
},
525533
"kernelspec": {
526-
"display_name": "Python 3",
534+
"display_name": "Python 3 (ipykernel)",
527535
"language": "python",
528536
"name": "python3"
529537
},
@@ -537,7 +545,7 @@
537545
"name": "python",
538546
"nbconvert_exporter": "python",
539547
"pygments_lexer": "ipython3",
540-
"version": "3.8.2"
548+
"version": "3.11.0"
541549
},
542550
"toc": {
543551
"base_numbering": 1,
@@ -554,5 +562,5 @@
554562
}
555563
},
556564
"nbformat": 4,
557-
"nbformat_minor": 1
565+
"nbformat_minor": 4
558566
}

0 commit comments

Comments
 (0)