Posts

Showing posts with the label ArcGISPro

Override Default Location of Jupyter Notebook file

Image
This post is continue of  ArcGIS Pro, Conda, Jupyter Setup post. The default location of Jupter Notebook IronPython (*.ipynb) file is    C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 -                 import os                print (os.getcwd()) To change the default location of Jypyter notebook script file(*ipynb) you need to configure  jupyter_notebook_config.py

ArcGIS Pro, Conda, Jupyter, and ArcGIS for Python setup

Image
A. Download and install the ArcGIS pro as described http://pro.arcgis.com/en/pro-app/get-started/install-and-sign-in-to-arcgis-pro.htm          B. Installation of Jupyter and ArcGIS for Python API can be done in two ways.  1.        Using  ArcGIS Pro’s Python Package Manager Graphical User Interface ( uses Conda under the hood) 2.        Using Conda via Python Command Prompt 1. Using ArcGIS Pro's Python Pacakge Manager  i.     Click  About ArcGIS Pro ii. Select packages you would like to install