Skip to Content
Mastering ArcGIS Enterprise Administration
book

Mastering ArcGIS Enterprise Administration

by Chad Cooper
October 2017
Intermediate to advanced
382 pages
11h 26m
English
Packt Publishing
Content preview from Mastering ArcGIS Enterprise Administration

Testing the API installation

Once you have the API installed either through Conda or ArcGIS Pro, start a Jupyter Notebook with the following command at your terminal:

    jupyter notebook

Now, if you're on Windows, and most of you will be, chances are that you will get a jupyter is not recognized as an internal or external command, operable program or batch file error when you enter the preceding command. You get this error because Windows has no idea where jupyter.exe is, unless you tell it explicitly or you have the path to jupyter.exe set in your PATH environmental variable. One way around this is to create a batch file with the following command in it:

     "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro- py3\Scripts\jupyter.exe" notebook ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mastering ArcGIS Server Development with JavaScript

Mastering ArcGIS Server Development with JavaScript

Raymond Kenneth Doman

Publisher Resources

ISBN: 9781788297493Supplemental Content