From c8bfa9c7aa5019b14762fc617368e4455584ea8e Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Thu, 10 Oct 2024 15:23:05 -0400 Subject: [PATCH] add comment to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bf17a176..e2b7a002 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ CONVERTFLAGS = --make-index --preprocessors=nbconvert.preprocessors.ExtractOutpu init: python -m pip install -U -r requirements-dev.txt +# nbcollection 'convert' also runs 'execute', so just calling 'convert' here build: convert buildall: convertall