AppImageConfigJupyterLabImageConfigContainerConfig constructor
const
AppImageConfigJupyterLabImageConfigContainerConfig({})
Creates a new AppImageConfigJupyterLabImageConfigContainerConfig.
containerArguments The arguments for the container when you're running the application.
containerEntrypoints The entrypoint used to run the application in the container.
containerEnvironmentVariables The environment variables to set in the container.
Implementation
const AppImageConfigJupyterLabImageConfigContainerConfig({
this.containerArguments,
this.containerEntrypoints,
this.containerEnvironmentVariables,
});