File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 22
33# install extensions, don't minimize as this uses too much memory
44# https://discourse.jupyter.org/t/tip-binder-jupyterlab-extension/6022
5- jupyter labextension install jupyterlab-interactive-dashboard-editor --no-build
6- jupyter lab build --minimize=False
5+ python -m pip install .
76
87# remove unnecessary directories when using the binder
98rm -rf src
Original file line number Diff line number Diff line change 11{
22 "name" : " jupyterlab-interactive-dashboard-editor" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " Interactively create and customize dashboards in JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
5252 "@lumino/coreutils" : " ^1.5.3" ,
5353 "@lumino/datastore" : " ^0.10.3" ,
5454 "@lumino/dragdrop" : " ^1.7.1" ,
55- "@lumino/widgets" : " ^1.16.1" ,
56- "eslint-plugin-react" : " ^7.21.1" ,
57- "husky" : " ^4.2.5" ,
58- "lint-staged" : " ^10.2.11"
55+ "@lumino/widgets" : " ^1.16.1"
5956 },
6057 "devDependencies" : {
6158 "@jupyterlab/builder" : " ^3.0.0-rc.13" ,
6865 "npm-run-all" : " ^4.1.5" ,
6966 "prettier" : " ^1.19.0" ,
7067 "rimraf" : " ^3.0.2" ,
71- "typescript" : " ~4.1.3"
68+ "typescript" : " ~4.1.3" ,
69+ "husky" : " ^4.2.5" ,
70+ "lint-staged" : " ^10.2.11" ,
71+ "eslint-plugin-react" : " ^7.21.1"
7272 },
7373 "sideEffects" : [
7474 " style/*.css" ,
You can’t perform that action at this time.
0 commit comments