Skip to content

gage-russell/GCTA-Python-Intro

Repository files navigation

GCTA-Python-Intro

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.

Windows instructions:

  1. Open a command prompt (cmd)
  2. Navigate to %USERPROFILE\github\GCTA-Python-Intro\
    • cd .\github\GCTA-Python-Intro
  3. Make sure you have the latest changes
    • git stash
    • git pull origin master
  4. Navigate to the jupyter-notebooks directory
    • cd .\jupyter-notebooks
  5. Activate your virtual environment
    • .\venv\Scripts\activate
  6. Start jupyter notebook
    • jupyter notebook

Mac Instructions

  1. Open a terminal
  2. Navigate to ~/github/GCTA-Python-Intro/
    • cd ./github/GCTA-Python-Intro
  3. Make sure you have the latest changes
    • git stash
    • git pull origin master
  4. Navigate to the jupyter-notebooks directory
    • cd ./jupyter-notebooks
  5. Activate your virtual environment
    • source ./venv/bin/activate
  6. Start jupyter notebook
    • jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages