UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

8 lines (7 loc) 195 B
/** * Describes the fields to be displayed in the InputsJobsInfo table component. * The accessors are relative to the IJob type. */ export const INPUTS_JOBS_INFO = { accessor: "params" };