- Register at https://github.com/
- Got to https://www.gitkraken.com/download
- Select and download the GitKraken installer for your operating system.
- Install GitKraken
- Open Gitkraken
- Sign in with Github
- Go to File > Preferences > Integrations
- Delete the (automatically generated) SSH Key
- Go to https://www.python.org/downloads/
- Download the latest (3.x.x) version of python for your operating System
- Install python using the downloaded installer
- Hint: Please ensure that "Add python to PATH" is checked
- 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"
- Install jupyter by entering:
You should see some progress bars filling themselfs and at the end something like
pip3 install notebook
Successfully installed [LONG LIST OF STUFF]