Skip to content

Commit cc38933

Browse files
authored
Merge pull request #1874 from jyaistMap/jy-gax-deprecation
Add deprecation notice for the geoanalytics module
2 parents bfb491f + b82e9e0 commit cc38933

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

guide/07-working-with-bigdata/01-introduction.ipynb

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Introduction"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"> **Note:** The final release of [GeoAnalytics Server](https://www.esri.com/en-us/arcgis/products/arcgis-geoanalytics-server/overview) was with ArcGIS Enteprise 11.3 in May, 2024. Support for the _arcgis.geoanalytics_ module will continue to be provided through the built-in Python API included with ArcGIS Enterprise 11.3 and earlier installations. The _arcgis.geoanalytics_ module will be deprecated and removed from the Python API 2.4.0 release and all subsequent releases. See the [GeoAnalytics Server deprecation notice](https://www.esri.com/arcgis-blog/products/geoanalytics-server/announcements/deprecation-notice-for-arcgis-geoanalytics-server/) for full details and suggestions on migration plans."
15+
]
16+
},
317
{
418
"cell_type": "markdown",
519
"metadata": {},
@@ -188,7 +202,7 @@
188202
],
189203
"metadata": {
190204
"kernelspec": {
191-
"display_name": "Python 3",
205+
"display_name": "Python 3 (ipykernel)",
192206
"language": "python",
193207
"name": "python3"
194208
},
@@ -202,7 +216,7 @@
202216
"name": "python",
203217
"nbconvert_exporter": "python",
204218
"pygments_lexer": "ipython3",
205-
"version": "3.7.11"
219+
"version": "3.11.0"
206220
}
207221
},
208222
"nbformat": 4,

0 commit comments

Comments
 (0)