From the course: Python Scripting Using the ArcGIS API for Python

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

ArcGIS notebooks: A development environment

ArcGIS notebooks: A development environment

- [Instructor] Did you know that ArcGIS Pro comes with a built in development environment that lets you do way more than just write code? You can also visualize web maps, analyze data and charts, and even interact with tables and make edits all in one place. This development environment is called ArcGIS notebooks. You can get a new notebook in your project just by going to insert new notebook. ArcGIS Notebooks is built on top of Jupyter Lab, which is a very popular open source tool used by data scientists to write Python code. You can get help for a Jupyter notebook out here in the Project Jupyter documentation. It's popular because it can visualize the outputs of the analysis immediately inside the same environment where you're writing your code. It's a really good tool to use for writing scripts when working with web GIS data. If you're not using ArcGIS Pro, you can also get access to ArcGIS notebooks in ArcGIS online and in portal for ArcGIS. This is my ArcGIS online account and a…

Contents