Last active
January 24, 2021 01:56
-
-
Save bollwyvl/c41c66e14fb40a51121e9906d6450fa6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -ex | |
jupyter labextension disable jupyter-offlinenotebook || echo "whatever" | |
jupyter labextension uninstall --debug --no-build jupyter-offlinenotebook || echo "whatever" | |
jupyter serverextension list | |
jupyter labextension list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyterlab >=3,<4 | |
ipywidgets >=7.6.3 | |
jupyterlab-widgets >=1.0.0 | |
# wxyz stuff | |
wxyz_lab | |
wxyz_yaml | |
wxyz_tpl_jinja | |
wxyz_json_schema_form | |
# util | |
toml | |
nbgitpuller |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment