From 3a4a7b5621f753727ef6342884baaee1baf98932 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 6 Dec 2023 23:25:33 +0100 Subject: [PATCH] chore(scripts): Move notes to notes.qmd file Required for computational cells to be executed by quarto. Also imported all the standard stuff for python ds to work. --- _quarto.yml | 2 +- notes.md => notes.qmd | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) rename notes.md => notes.qmd (99%) diff --git a/_quarto.yml b/_quarto.yml index b8357a4..1f393eb 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -3,7 +3,7 @@ project: output-dir: 04-outputs render: - presentation_summary.md - - notes.md + - notes.qmd - scoping_review.qmd format: diff --git a/notes.md b/notes.qmd similarity index 99% rename from notes.md rename to notes.qmd index 4a3a3dd..df9d49d 100644 --- a/notes.md +++ b/notes.qmd @@ -19,6 +19,21 @@ title: Inequalities and the world of work subtitle: Conceptual Definitions and Key Terms --- +```{python} +#| echo: false +from pathlib import Path + +## standard imports +from IPython.core.display import Markdown as md +import numpy as np +import pandas as pd +from matplotlib import pyplot as plt +import seaborn as sns +from tabulate import tabulate + +sns.set_style("whitegrid") +``` + # Definitions ## Defining the world of work