jupyterLabImageConfig

@JvmName(name = "demgaufnicyetobt")
suspend fun jupyterLabImageConfig(value: Output<AppImageConfigJupyterLabImageConfigArgs>)
@JvmName(name = "tcupwedjgngkosim")
suspend fun jupyterLabImageConfig(value: AppImageConfigJupyterLabImageConfigArgs?)

Parameters

value

The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. See Jupyter Lab Image Config details below.


@JvmName(name = "cyupjuvqxwljasbj")
suspend fun jupyterLabImageConfig(argument: suspend AppImageConfigJupyterLabImageConfigArgsBuilder.() -> Unit)

Parameters

argument

The JupyterLabAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab. See Jupyter Lab Image Config details below.