This is a sample repository for use demonstrating JupyterLab and git/GitHub integration.
- In JupyterLab, clone this repository
- Make changes, add files, etc..
- Add changed and added files to git.
- Commit changes to git.
- Push committed changes to GitHub.
If working in a team, before you start a work session, make sure you pull any changes from GitHub before making more changes. If you don't you may end up with a merge conflict and that's not fun.