how to run anaconda prompt on mac code example
Example 1: how to open anaconda in terminal
Type this in terminal:
anaconda-navigator
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