Using nbgitpuller

Author

Derek Sollberger

Published

July 13, 2023

Installation

Each admin user (“instructor”) can verify the presence of nbgitpuller on their hub presence

  • open a terminal session
  • run pip install nbgitpuller

File Setup

The purpose of nbgitpuller is to ease access to files in a remote GitHub repository.

  • create a GitHub repository
  • place a .ipynb notebook file
  • TO DO: test this on a private repository

Future Work

  • TO DO: see if this access works from a student perspective
  • TO DO: apply GitHub Actions (e.g. release file to students after a certain date/time)