From ef92c3dfe36f6e0bbdb83c79762301fae792a9fb Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Mon, 6 May 2024 18:48:53 -0400 Subject: [PATCH] Document using treon to check jupyter notebooks run --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b56bd32..e54b2bf 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ pytest ``` Code notebooks can be run using jupyter-lab or a jupyter-aware IDE such as VS Code. +They are intended to be run locally, with dependencies installed. - - - +We use [treon](https://github.com/ReviewNB/treon) (`pip install treon`) to +confirm that Jupyter notebooks execute without errors.