Packages and Environments

511
1
Jump to solution
04-01-2020 10:36 AM
Labels (1)
CharlieHarper3
New Contributor II

What are the recommended practices for package and environment management in these notebooks? I don't see this mentioned in 03/31 release document.

Thanks!

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

Hi Charlie, 

ArcGIS Notebooks (in Online and Enterprise) use what's called a Notebook Runtime (if you open a notebook and click on the Info tab you can view the manifest which lists all libraries and packages, see image below) to manage packages and environments. Within ArcGIS Enterprise we support the ability to create custom Notebook Runtimes, however this is not supported in ArcGIS Online. In Online you can still do in-notebook pip or conda installs to add additional libraries you may need to the notebook runtime. 

If you are using ArcGIS Notebooks in Pro then the notebooks will use the active ArcGIS Pro Python environment and you can customize it through the Pro Python Package Manager or through conda. 

How to find the Notebook Runtime Manifest from within a notebook.

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable

Hi Charlie, 

ArcGIS Notebooks (in Online and Enterprise) use what's called a Notebook Runtime (if you open a notebook and click on the Info tab you can view the manifest which lists all libraries and packages, see image below) to manage packages and environments. Within ArcGIS Enterprise we support the ability to create custom Notebook Runtimes, however this is not supported in ArcGIS Online. In Online you can still do in-notebook pip or conda installs to add additional libraries you may need to the notebook runtime. 

If you are using ArcGIS Notebooks in Pro then the notebooks will use the active ArcGIS Pro Python environment and you can customize it through the Pro Python Package Manager or through conda. 

How to find the Notebook Runtime Manifest from within a notebook.

0 Kudos