fix: Do not echo initial data import cell
This commit is contained in:
parent
8d391e5c3c
commit
c9bf0b8e6f
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ subtitle: Addressing inequalities in the World of Work
|
|||
---
|
||||
|
||||
```{python}
|
||||
#| echo: false
|
||||
from pathlib import Path
|
||||
data_dir=Path("./02-data")
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue