The image shows a conda paragraph in an OML notebook with the command to verify the environment that is created. The command is:
%conda
env list
The image shows three conda environments - mypyenv
,
base
, and conda-pack-env
. This indicates that the
environment mypyenv
is created. The environment base
is marked with an asterisk (*). It indicates that this environment is active.