Python Create Package Environments with Anaconda Navigator

Опубликовано: 11 Октябрь 2024
на канале: Ryan Noonan
2,698
27

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