Git and JupyterLab
Contents
Git and JupyterLab¶
Important
Before we go over this tutorial we expect that you have already gone through these preparation materials:
Learning Objectives
Set up Git in the JupyterHub using First time
git
setupLearn how to use the
jupyterlab-git
GUI in JupyterLabPractice four basic Git/GitHub skills:
clone
,commit
,push
, andpull
Use
git
to create copies of hackweek repositories on GitHub for modificationNavigate the JupyterLab interface for writing and executing code
Preliminary Work¶
Additional information around the git
command, GitHub,
and our JupyterHub environment that provides the
JupyterLab can be found under the
preliminary content.