conda check package version code example
Example 1: how to see all the environments in Conda
conda env list
Example 2: how to check in a library if it is installed in conda
To check if a specific package is installed:
conda list html5lib
Example 3: conda list available package versions
# Basic syntax:
conda search package_name