kd.kdash.build_and_upload

kd.kdash.build_and_upload#

kauldron.utils.kdash.build_and_upload(
dashboards: kauldron.utils.kdash.dashboard_utils.DashboardsBase,
*,
ctx: kauldron.utils.kdash.plot_utils.BuildContext | None = None,
) None[source]

Create the dashboards.

  • On XManager: Add the articfacts for each dashboard.

  • On Colab: Print the links.

Parameters:
  • dashboards – The dashboards to build.

  • ctx – Build context.