- Go here to download the
Miniconda 3 Installerfor your operating system - Once the download has finished run the installer:
- MacOS: In the Terminal
bash Downloads/Miniconda3-latest-MacOSX-x86_64.sh - Windows: Navigate to Downloads (or wherever you downloaded this) and double click the
.exefile
- MacOS: In the Terminal
- Follow the installation prompts
- Update
Miniconda3:- MacOS: In the Terminal
conda update conda - Windows: In Anaconda Powershell Prompt (miniconda3) execute
conda update conda
- MacOS: In the Terminal
- Agree to the installation prompts
- Create and name a new Python environment
conda create -n physcpu1 python - Activate the environment
conda activate physcpu1 - Install Jupyter Notebook via pip
pip install notebook - Run Jupyter Notebook
jupyter notebook - Quick tour of Jupyter Notebook
- From home page find and click on the
Quitbutton to shutdown the server