A project created for the MADS program
Install Jupyter notebook
Install git and repository https://www.computerhope.com/issues/ch001927.htm
open a command line:
cd /to/your/git/repo
jupyter notebook
git status
git add <file/directory name>
git add .
git commmit -m "Your commit comment"
git push origin master
git fetch origin
git pull