AppImageConfigJupyterLabImageConfig constructor

const AppImageConfigJupyterLabImageConfig({
  1. Input<AppImageConfigJupyterLabImageConfigContainerConfig?>? containerConfig,
  2. Input<AppImageConfigJupyterLabImageConfigFileSystemConfig?>? fileSystemConfig,
})

Creates a new AppImageConfigJupyterLabImageConfig. containerConfig The configuration used to run the application image container. See Container Config details below. fileSystemConfig The URL where the Git repository is located. See File System Config details below.

Implementation

const AppImageConfigJupyterLabImageConfig({
  this.containerConfig,
  this.fileSystemConfig,
});