Python Starter Schema#

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

Invokes an importable python function (multiple times)

Abstract

Extensible

Status

Identifiable

Custom Properties

Additional Properties

Access Restrictions

Defined In

Can be instantiated

No

Unknown status

No

Forbidden

Allowed

none

v3.json*

starter-python Type#

object (Python Starter)

all of

starter-python Properties#

Property

Type

Required

Nullable

Defined by

callable

string

Required

cannot be null

Jupyter Starters JSON

type

string

Optional

cannot be null

Jupyter Starters JSON

callable#

a python function that accepts the body

callable

callable Type#

string (Python Callable)

callable Constraints#

pattern: the string must match the following regular expression:

[a-zA-Z_\d\.]

try pattern

type#

Signifies a python starter

type

type Type#

string (Python Type)

type Constraints#

enum: the value of this property must be equal to one of the following values:

Value

Explanation

"python"