jupyter Server App Settings
suspend fun jupyterServerAppSettings(value: Output<UserProfileUserSettingsJupyterServerAppSettingsArgs>)
Parameters
value
The Jupyter server's app settings. See Jupyter Server App Settings below.
suspend fun jupyterServerAppSettings(argument: suspend UserProfileUserSettingsJupyterServerAppSettingsArgsBuilder.() -> Unit)
Parameters
argument
The Jupyter server's app settings. See Jupyter Server App Settings below.