Skip to content

Instantly share code, notes, and snippets.

@knu2xs
Last active June 11, 2019 21:02
Show Gist options
  • Save knu2xs/72022e230f073c5b5103ddb62cb87c98 to your computer and use it in GitHub Desktop.
Save knu2xs/72022e230f073c5b5103ddb62cb87c98 to your computer and use it in GitHub Desktop.

GeoAI DSVM SetUp

  • Create a resource
  • Search for GeoAI
  • Second option GeoAI Data Science VM from Microsoft
  • Once launched (~20 min), get IP address and connect using RDP (port 3389)

On Machine via RDP

  • Authorize Pro
    • Open Pro
    • login to Portal with username authorized to use ArcGIS Pro
    • update Pro
  • Conda
    • Create environment to work with conda create --name arcgis --clone root
    • Activate ArcGIS Environment activate arcgis
    • Ensure ArcGIS Python API updated conda update arcgis
    • Optional: Add a few useful packages conda install shapely
    • Configure for use of maps within Jupyter Lab jupyter labextension install @jupyter-widgets/jupyterlab-manager -y && jupyter labextension install arcgis-map-ipywidget@1.6.1 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment