From c9bf0b8e6ff7cdad9fdf4c8cdc214ed829824dd2 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 11 Oct 2023 09:13:14 +0200 Subject: [PATCH] fix: Do not echo initial data import cell --- scoping_review.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/scoping_review.qmd b/scoping_review.qmd index a446483..63e7908 100644 --- a/scoping_review.qmd +++ b/scoping_review.qmd @@ -20,6 +20,7 @@ subtitle: Addressing inequalities in the World of Work --- ```{python} +#| echo: false from pathlib import Path data_dir=Path("./02-data") ```