In this python tutorial, we will go over how to create conda package environments (download and install python packages). For our example, we will create a package environment for geopandas.
Using a conda package environment is a convenient way to install packages and can help you manage your packages and versions and help make sure everything works together.
If you create a new Anaconda package environment using Anaconda Navigator and the Jupyter Notebook icon is not visible to install, you can pip install it in the new environment using terminal (command line) instead.
install:
pip install notebook
run:
jupyter notebook