idmtools_platform_local.cli.experiment module¶
idmtools cli experiment tools.
Copyright 2021, Bill & Melinda Gates Foundation. All rights reserved.
- idmtools_platform_local.cli.experiment.prettify_experiment(experiment: Dict[str, Any])[source]¶
Prettifies a JSON Experiment object for printing on a console.
This includes - Making a pretty progress bar - URL-ifying the data paths - sorting the columns
- Parameters:
experiment – JSON representation of the Experiment(from API)
- Returns:
Prettify experiment