/git-tutorial

Primary LanguageJupyter NotebookMIT LicenseMIT

git-tutorial

Prerequisites

Github Account

  1. Register at https://github.com/

Gitkraken

  1. Got to https://www.gitkraken.com/download
  2. Select and download the GitKraken installer for your operating system.
  3. Install GitKraken
  4. Open Gitkraken
  5. Sign in with Github
  6. Go to File > Preferences > Integrations
  7. Delete the (automatically generated) SSH Key

Python

  1. Go to https://www.python.org/downloads/
  2. Download the latest (3.x.x) version of python for your operating System
  3. Install python using the downloaded installer
    • Hint: Please ensure that "Add python to PATH" is checked

jupyter

  1. Open up a command line
    • [WINDOWS] Hit the windows key on your keyboard and search for "cmd"
    • [MAC] Hit MAC + Space to open up the spotlight search and search for "Terminal"
  2. Install jupyter by entering:
    pip3 install notebook
    
    You should see some progress bars filling themselfs and at the end something like
    Successfully installed [LONG LIST OF STUFF]