Skip to content

jupyterhub/nbgitpuller

Folders and files

NameName
Last commit message
Last commit date
Mar 28, 2024
Jan 27, 2025
Jan 27, 2025
Mar 29, 2024
Jan 4, 2023
Jan 4, 2023
Nov 4, 2024
Jan 4, 2023
Apr 4, 2023
Jan 27, 2025
May 9, 2018
Sep 2, 2021
Oct 7, 2023
Aug 7, 2023
Jan 4, 2023
Mar 28, 2024
Jun 21, 2022
Jan 27, 2025
May 27, 2017
Jan 27, 2025
Jun 14, 2022

GitHub Workflow Status - Test Documentation Status GitHub Discourse Gitter

nbgitpuller lets you distribute content in a git repository to your students by having them click a simple link. Automatic merging ensures that your students are never exposed to git directly. It is primarily used with a JupyterHub, but can also work on students' local computers.

See the documentation for more information.

Installation

pip install nbgitpuller

Example

This example shows how to use the nbgitpuller link generator to create an nbgitpuller link, which a user then clicks.

  1. The nbgitpuller link generator GUI is used to create a link.

  2. This link is clicked, and the content is pulled into a live Jupyter session.