pydoit_nb.display#

Utilities for displaying things, typically by printing

gen_show_configuration_task#

gen_show_configuration_task(configuration_file, run_id, root_dir_output, root_dir_raw_notebooks)[source]#

Generate a doit task that shows the configuration being used for the run

Parameters:
  • configuration_file (pathlib.Path) – Configuration file being used for the run

  • run_id (str) – Run ID being used for the run

  • root_dir_output (pathlib.Path) – Root directory in which the run’s output will be saved

  • root_dir_raw_notebooks (pathlib.Path) – Root directory from which the raw notebooks will be fetched

Returns:

dict[str, typing.Any] – doit task that shows the configuration