Starter with Files Schema#
https://raw.githubusercontent.com/deathbeds/jupyterlab-starters/master/src/jupyter_starters/schema/v3.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 |
starter-with-src Type#
object (Starter with Files)
starter-with-src Properties#
Property |
Type |
Required |
Nullable |
Defined by |
|---|---|---|---|---|
|
Optional |
cannot be null |
||
|
Required |
cannot be null |
py_src#
name of a python module installed in the notebook environment to prepent to src
py_src
is optional
Type:
string(Starter Python Source)cannot be null
defined in: Jupyter Starters JSON
py_src Type#
string
(Starter Python Source)
src#
path to the starter. may be absolute or relative to the notebook launch directory (or
py_src)
src
is required
Type:
string(Starter Source)cannot be null
defined in: Jupyter Starters JSON
src Type#
string
(Starter Source)