nbgitpuller

Jupyter Extension to do one-way synchronization of git repositories


License
BSD-3-Clause
Install
pip install nbgitpuller==0.9.0rc1

Documentation

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.