From 7302c2991c635b84c137721eabe150c6e578c8ec Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Tue, 8 Sep 2026 09:56:23 -0700 Subject: [PATCH 1/2] start: blurb git-jupyter (closes #348) From ca752013bd93d57cc225ed71f06c41494baa1c37 Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Tue, 8 Sep 2026 18:41:22 -0700 Subject: [PATCH 2/2] docs: add blurb for Jupyter Notebooks in a Git Repository (closes #348) --- inst/WORDLIST | 1 + resources.qmd | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/inst/WORDLIST b/inst/WORDLIST index 62fc8ae8..3ef19674 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -39,6 +39,7 @@ Forgejo GPU GUI GUIs +Geier Ghostty GitKraken GitLab diff --git a/resources.qmd b/resources.qmd index 691979df..568df7b6 100644 --- a/resources.qmd +++ b/resources.qmd @@ -94,6 +94,10 @@ The [UC Davis DataLab](https://github.com/ucdavisdatalab) provides extensive wor - [UC Davis DataLab Python Basics Workshop](https://github.com/ucdavisdatalab/workshop_python_basics) - foundational Python programming - [Natural Language Processing with Python](https://github.com/ucdavisdatalab/workshop_nlp_with_python) - text analysis and NLP techniques +- [Jupyter Notebooks in a Git Repository](https://mgeier.github.io/git-jupyter.html) - + guide by Matthias Geier on managing Jupyter notebooks in Git repositories, + including workflows for stripping cell outputs before committing + and strategies for sharing executed notebooks ## Resources for Julia