pydoit_nb.display#
Utilities for displaying things, typically by printing
print_config#
- print_config(**kwargs)[source]#
Print configuration
- Parameters:
**kwargs (
typing.Any) – Config to show- Return type:
gen_show_configuration_task#
- gen_show_configuration_task(configuration_file, run_id, root_dir_output, root_dir_raw_notebooks)[source]#
Generate a
doittask that shows the configuration being used for the run- Parameters:
configuration_file (
pathlib.Path) – Configuration file being used for the runrun_id (
str) – Run ID being used for the runroot_dir_output (
pathlib.Path) – Root directory in which the run’s output will be savedroot_dir_raw_notebooks (
pathlib.Path) – Root directory from which the raw notebooks will be fetched
- Returns:
dict[str,typing.Any] –doittask that shows the configuration