File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: jupyterlab-extension-examples
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - jupyter-packaging>=0.7.9,<0.8.0
5
+ - jupyter-packaging>=0.10.0,<2
6
6
- jupyterlab=3
7
7
- nodejs
8
8
- pytest
Original file line number Diff line number Diff line change 7
7
"build-ext" : " lerna run build:all" ,
8
8
"clean-ext" : " lerna run clean" ,
9
9
"embedme" : " embedme \" [!n]*/**/README.md\" " ,
10
- "install-py" : " lerna exec --concurrency 4 -- python -m pip install -e . " ,
10
+ "install-py" : " lerna exec --concurrency 4 -- python -m pip install . --use-feature=in-tree-build " ,
11
11
"install-ext" : " lerna run install:extension" ,
12
12
"lint" : " jlpm && jlpm run prettier" ,
13
13
"lint:check" : " jlpm run embedme --verify && jlpm run prettier:check" ,
Original file line number Diff line number Diff line change 1
1
jlpm
2
- jlpm build-ext
3
- jlpm install-ext
4
- jlpm build-jlab
5
-
2
+ python -m pip install -U pip
3
+ jlpm run install-py
4
+ jupyter serverextension enable jlab_ext_example
You can’t perform that action at this time.
0 commit comments