Fork me on GitHub

Introduction to Jupyter and JupyterLab

This is a lesson on Jupyter Notebooks and the JupyterLab interface.

The goal of this lesson is to teach learners the user interface of JupyterLab, how Jupyter notebooks work, and what some common and powerful usecases are.

Prerequisites

  • A reasonably recent version of Jupyter and JupyterLab, and a few configuration steps. For installation and configuration instructions see the installation instructions.
  • A reasonably recent version of Git to be able to work with the JupyterLab Git integration.

Schedule

10 min Motivation What are Jupyter Notebooks?
What can Jupyter Notebooks be used for?
15 min The JupyterLab and notebook interface How does the JupyterLab interface work?
How do I edit Jupyter notebooks?
How can I version control notebooks?
20 min A first computational notebook What does a simple notebook with some analysis look like?
How can keyboard shortcuts speed up my work?
15 min Notebooks and version control How can notebooks interact with version control?
How can we compare and merge notebooks using Git?
25 min Shell commands, magics and widgets Are there any other features besides code, text and output?
30 min Examples Mixed examples/exercises to practice various aspects of using Jupyter
10 min Sharing notebooks How can I share notebooks with colleagues and the community?