.ipynb
file. Then, click Open. The notebook will appear in the left-hand menu.
conda list
command. If you want to view the packages of a specific environment, run the command conda list -n <ENV_NAME>
. If you need to see a list of available environments, you can run the conda env list
command. An asterisk will appear next to your current active environment.
!conda env list
).