Starter with Files Schema

v2.json#/definitions/starter-with-src
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions
Can be instantiated No Unknown status No Forbidden Allowed none

starter-with-src Type

object (Starter with Files)

Starter with Files Properties

Property Type Required Nullable
src string Required cannot be null
py_src string Optional cannot be null

src

path to the starter. may be absolute or relative to the notebook launch directory (or py_src)

src

src Type

string (Starter Source)

py_src

name of a python module installed in the notebook environment to prepent to src

py_src

py_src Type

string (Starter Python Source)