Skip to content

Jupyter Notebook

Install on Mac

bash
bash Anaconda3-xxx.sh

Turn off base envrionment auto-setting

bash
conda config --set auto_activate_base false
source ~/.zshrc # or soruce ~/.bashrc

Activate & Deactivate Environment

bash
conda activate base
conda deactivate

Released under the MIT License.