Starter with Files Schema

https://raw.githubusercontent.com/deathbeds/jupyterlab-starters/master/src/jupyter_starters/schema/v2.json#/definitions/starter-with-src

Abstract

Extensible

Status

Identifiable

Custom Properties

Additional Properties

Access Restrictions

Defined In

Can be instantiated

No

Unknown status

No

Forbidden

Allowed

none

v2.json*

starter-with-src Type

object (Starter with Files)

starter-with-src Properties

Property

Type

Required

Nullable

Defined by

src

string

Required

cannot be null

Jupyter Starters JSON

py_src

string

Optional

cannot be null

Jupyter Starters JSON

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)