NotebookSoftwareConfig constructor
NotebookSoftwareConfig({
- ColabImage? colabImage,
- List<
EnvVar> env = const [], - PostStartupScriptConfig? postStartupScriptConfig,
Implementation
NotebookSoftwareConfig({
this.colabImage,
this.env = const [],
this.postStartupScriptConfig,
}) : super(fullyQualifiedName);