Most of the course curriculum can be found under the jupyter-notebooks directory.
After the first week of class (installation/setup/intro), please come to class with jupyter notebook running from within the jupyter-notebooks directory.
- Open a command prompt (cmd)
- Navigate to %USERPROFILE\github\GCTA-Python-Intro\
cd .\github\GCTA-Python-Intro
- Make sure you have the latest changes
git stash
git pull origin master
- Navigate to the jupyter-notebooks directory
cd .\jupyter-notebooks
- Activate your virtual environment
.\venv\Scripts\activate
- Start jupyter notebook
jupyter notebook
- Open a terminal
- Navigate to ~/github/GCTA-Python-Intro/
cd ./github/GCTA-Python-Intro
- Make sure you have the latest changes
git stash
git pull origin master
- Navigate to the jupyter-notebooks directory
cd ./jupyter-notebooks
- Activate your virtual environment
source ./venv/bin/activate
- Start jupyter notebook
jupyter notebook