Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 487 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 487 Bytes

JupyterLab Sample

This is a sample repository for use demonstrating JupyterLab and git/GitHub integration.

  1. In JupyterLab, clone this repository
  2. Make changes, add files, etc..
  3. Add changed and added files to git.
  4. Commit changes to git.
  5. 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.