Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active January 11, 2021 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/16647c0c79f5c6e21acae38cca515ecb to your computer and use it in GitHub Desktop.
Save bollwyvl/16647c0c79f5c6e21acae38cca515ecb to your computer and use it in GitHub Desktop.

test of minimal install of wxyz_json_schema_form 0.4.2

Binder

#!/usr/bin/env bash
set -eux
jupyter labextension install --debug --no-build \
@jupyter-widgets/jupyterlab-manager \
@deathbeds/wxyz-core@0.4.2 \
@deathbeds/wxyz-json-schema-form@0.4.2
jupyter labextension list
jupyter lab build --debug --minimize=False
jupyter labextension list
wxyz_json_schema_form ==0.4.2
jupyterlab >=2.2,<3.0.0a0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment