postStartupScript property

String? postStartupScript
getter/setter pair

Path to a Bash script that automatically runs after a notebook instance fully boots up.

The path must be a URL or Cloud Storage path. Example: "gs://path-to-file/file-name"

Implementation

core.String? postStartupScript;