|
11 | 11 | "To learn more about conda, see the [getting started guide](http://conda.pydata.org/docs/get-started.html) for conda.\n",
|
12 | 12 | "\n",
|
13 | 13 | "## Get Conda\n",
|
14 |
| - "Install the latest version of [Anaconda for Python](https://www.continuum.io/downloads), if you don't already have conda.\n", |
| 14 | + "Install the latest version of [Anaconda for Python](https://www.continuum.io/downloads)(for Python 3.5), if you don't already have conda. The ArcGIS Python API requires Python 3.\n", |
| 15 | + "\n", |
| 16 | + "If you have installed ArcGIS Pro 1.3, you already have conda. Run “Python Command Prompt” shortcut within the ArcGIS Pro program group and continue with the subsequent steps.\n", |
15 | 17 | "\n",
|
16 | 18 | "## Install arcgis package\n",
|
17 | 19 | "Download and install ArcGIS Python API in your conda environment, using the following commands in cmd.exe or your shell:\n",
|
18 | 20 | "\n",
|
19 | 21 | " conda install -c conda-forge ipywidgets\n",
|
20 |
| - " conda install -c esri arcgis\n", |
| 22 | + " conda install -c esri arcgis=0.1\n", |
| 23 | + " \n", |
| 24 | + "## Enable map widget\n", |
| 25 | + "\n", |
| 26 | + "The ArcGIS Python API includes a map widget for embedding maps in the Jupyter notebook environment. To enable the map widget for all users, use the following command:\n", |
| 27 | + "\n", |
21 | 28 | " python -m arcgis.install\n",
|
22 | 29 | " \n",
|
23 |
| - "On Linux, use the following command instead (if you get a permission error with the last command):\n", |
| 30 | + "If you are on a Linux system and do not have permission to install the widget system-wide, you can install it in your local user profile by using the following command instead:\n", |
24 | 31 | "\n",
|
25 |
| - " sudo python -m arcgis.install\n", |
| 32 | + " python -m arcgis.install -u\n", |
26 | 33 | "\n",
|
27 | 34 | "You can now start using the ArcGIS Python API in your Python IDE of choice, or the Jupyter Notebook environment.\n",
|
28 | 35 | "\n",
|
|
58 | 65 | "name": "python",
|
59 | 66 | "nbconvert_exporter": "python",
|
60 | 67 | "pygments_lexer": "ipython3",
|
61 |
| - "version": "3.5.1" |
| 68 | + "version": "3.4.4" |
62 | 69 | },
|
63 | 70 | "widgets": {
|
64 | 71 | "state": {},
|
|
0 commit comments