From 05bc28ac37fd9eeec3302433e8ac0e0a183b9bcf Mon Sep 17 00:00:00 2001 From: John Yaist Date: Thu, 11 Apr 2024 15:58:58 -0700 Subject: [PATCH] run as a juypter notebook --- samples/01_get_started/overview.ipynb | 87 ++++++++++++--------------- 1 file changed, 40 insertions(+), 47 deletions(-) diff --git a/samples/01_get_started/overview.ipynb b/samples/01_get_started/overview.ipynb index 95a93c9586..b48d7dc96f 100644 --- a/samples/01_get_started/overview.ipynb +++ b/samples/01_get_started/overview.ipynb @@ -1,48 +1,41 @@ { - "cells": - [ - { - "cell_type": "markdown", - "metadata": - {}, - "source": - [ - "# Samples\n", - "\n", - "These samples demonstrate various features of the ArcGIS API for Python. The samples are categorized by the user profile they are most relevant to. Most samples are in the form of a [Jupyter Notebooks](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. Other samples are provided as stand-alone Python scripts in the GitHub SDK repository.\n", - "\n", - "## Download and run the sample notebooks\n", - "To run the sample notebooks locally, you need the ArcGIS API for Python installed on your computer. See the [Getting Started](https://developers.arcgis.com/python/guide/install-and-set-up/) section in the Guide to learn how to download and run the API.\n", - "\n", - "Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/releases) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n", - "\n", - "Next, extract the archive if you downloaded as an archive then open your terminal application and enter the directory with the samples. Then start Jupyter notebook application. Refer to [Using the Jupyter Notebook environment](https://developers.arcgis.com/python/guide/using-the-jupyter-notebook-environment/) tutorial in the Guide for instructions on how to do this and to get yourself familiar with the notebook environment." - ] - } - ], - "metadata": - { - "kernelspec": - { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": - { - "codemirror_mode": - { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.5.3" - } - }, - "nbformat": 4, - "nbformat_minor": 1 -} \ No newline at end of file + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Samples\n", + "\n", + "These samples demonstrate various features of the ArcGIS API for Python. The samples are categorized by the user profile they are most relevant to. Most samples are in the form of a [Jupyter Notebooks](http://jupyter-notebook.readthedocs.io/en/latest/notebook.html), that can be viewed online, or downloaded and run interactively. Other samples are provided as stand-alone Python scripts in the GitHub SDK repository.\n", + "\n", + "## Download and run the sample notebooks\n", + "To run the sample notebooks locally, you need the ArcGIS API for Python installed on your computer. See the [Getting Started](https://developers.arcgis.com/python/guide/install-and-set-up/) section in the Guide to learn how to download and run the API.\n", + "\n", + "Once the API is installed, you can download the samples either as an [archive](https://github.com/Esri/arcgis-python-api/releases) or clone the [arcgis-python-api](https://github.com/Esri/arcgis-python-api) GitHub repository. \n", + "\n", + "Next, extract the archive if you downloaded as an archive then open your terminal application and enter the directory with the samples. Then start Jupyter notebook application. Refer to [Using the Jupyter Notebook environment](https://developers.arcgis.com/python/guide/using-the-jupyter-notebook-environment/) tutorial in the Guide for instructions on how to do this and to get yourself familiar with the notebook environment." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.17" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +}