Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

According to [1], there are 2 ways. The first method of using session doesn't seem to work on our 10.8 Notebook instance.

Code Block
!conda install --yes -c esri arcgis
Solving environment: | Killed

In 10.7.1 Notebook instance, you get an installation error.

Code Block
NameError: name 'get_ipython' is not defined
jupyter nbextension command failed: map widgets in the jupyter notebook may not work, installation continuing...


Step-by-step guide

  1. Open a new notebook.
  2. Type !conda install --yes -c <repo_name> <package_name> to install or upgrade package.

...