- [] add category and rank for placement of the starters in the launcher.
- #62 adds a CLI tool,
jupyter starters list
(with option--json
) - #68 remove cookiecutter metadata parsing, as it no longer works consistently
- #69 minimum python is now 3.7
- #71 support cookiecutter 1.7.1
directory
argument,jupyter-server-proxy
example
- #54 adapt kernel shutdown to newer
jupyter_client >=6.1
API
- #56 upgrade to
@rjsf/core 2.5.1
- #51 update of
@deathbeds/jupyterlab-rjsf
and@deathbeds/jupyterlab-starters
.
- #51 uses new
@deathbeds/jupyterlab-rjsf
API
- #51 make more exports lazy loading
- #48 support JupyterLab 3.x
- it is now only necessary (and supported) to
pip
install this package to also install JupyterLab extensions - JupyterLab 1/2-style installation for user Lab Apps is no longer tested
- for downstreams extensions, releases will continue on
npmjs.org
- versions sycned to the python package
- on-going API support TBD
- it is now only necessary (and supported) to
- due to upstream changes, the router URL has, for now, has changed from:
/lab/tree/starter/<starter>/<path>
to?starter=<starter>/<path>
- #48 support JupyterLab 3.x
- #48 support JupyterLab 3.x
- #45 use new
@deathbeds/jupyterlab-rjsf 0.6.0a0
- #41 handle more recent cookiecutter metadata
- #41 upgrade
react-jsonschema-form
to@rjsf/core
- #41 upgrade
@deathbeds/jupyterlab-rjsf
- #38 split out
rjsf
into its own package
- #38 depend on
@deathbeds/jupyterlab-rjsf
- Updated for parity with frontend
- #39 adds listing and stopping of currently-running kernels to REST API
- #23 rename
_json
module tojson_
, start documentation site in earnest
- #29 some updated class names based on schema
- #34 add stauts indicator for starting/continuing
- #35 add
/lab/tree/starter/<starter>/<path>
URL router
- #25 add
py_src
for easier distribution of starters - #25 add unit tests
- #29 handle minimally specified notebook metadata
- #29 handle minimally specified notebook metadata
- #13 add notebook metadata authoring
- #17 add Jupyter markdown to
title
,description
andui:help
in schema forms - #18 all starters launch in right sidebar
- #21 enable CodeMirror for JSON, Markdown, etc. editing
- make optional dependency messages only appear in debug mode
--
- add ignore patterns to schema
- fix default ignore patterns
- add glob ignore patterns to schema
- add more sources of config
- initial implementation
- initial implementation