diff --git a/guide/03-the-gis/accessing-and-creating-content.ipynb b/guide/03-the-gis/accessing-and-creating-content.ipynb index d60d7c94bd..75a9b4b683 100644 --- a/guide/03-the-gis/accessing-and-creating-content.ipynb +++ b/guide/03-the-gis/accessing-and-creating-content.ipynb @@ -2332,7 +2332,7 @@ "source": [ "**Note**: here, we used the `add()` method to add the `FeatureCollection` object in memory as an item on the GIS. Notice we used the `text` property to pass the JSON representation of the feature collection and the `type` property to indicate the item type. You can use the same method to publish web maps and web scenes.\n", "\n", - "The [sample notebooks for content publishers](https://developers.arcgis.com/python/latest/samples/publishing-web-maps-and-web-scenes/) show how the concepts discussed here can be used to publish web maps and scenes to your GIS" + "The [sample notebooks for content publishers](/python/latest/samples/publishing-web-maps-and-web-scenes/) show how the concepts discussed here can be used to publish web maps and scenes to your GIS" ] }, { @@ -2582,7 +2582,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.11.11" }, "toc": { "base_numbering": 1, diff --git a/guide/05-working-with-the-spatially-enabled-dataframe/part3_data_io_writing_data.ipynb b/guide/05-working-with-the-spatially-enabled-dataframe/part3_data_io_writing_data.ipynb index e05f29cf31..689f10c3f7 100644 --- a/guide/05-working-with-the-spatially-enabled-dataframe/part3_data_io_writing_data.ipynb +++ b/guide/05-working-with-the-spatially-enabled-dataframe/part3_data_io_writing_data.ipynb @@ -62,7 +62,7 @@ "source": [ "# Create a GIS connection\n", "gis = GIS()\n", - "agol_gis = GIS(\"https://www.arcgis.com\", \"arcgis_python\", \"amazing_arcgis_123\")" + "agol_gis = GIS(profile=\"your_online_profile\")" ] }, { @@ -1798,7 +1798,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -1812,7 +1812,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.10" + "version": "3.11.11" }, "toc": { "base_numbering": 1,