Python Starter Schema

https://raw.githubusercontent.com/deathbeds/jupyterlab-starters/master/src/jupyter_starters/schema/v2.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

v2.json*

starter-python Type

object (Python Starter)

all of

starter-python Properties

Property

Type

Required

Nullable

Defined by

type

string

Optional

cannot be null

Jupyter Starters JSON

callable

string

Required

cannot be null

Jupyter Starters JSON

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"

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