ipython install conda code example
Example 1: install pandas conda
conda install -c anaconda pandas
Example 2: conda install pytorch
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Example 3: how to install conda using pip
conda create -n shrink_venv
Example 4: how to install conda using pip
(shrink_venv): pip install Pillow
Requirement already satisfied (use --upgrade to upgrade): Pillow in /Library/Python/2.7/site-packages