File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ conda-env: ## Make a conda development environment
28
28
jupyter serverextension enable $(PKG_NAME )
29
29
30
30
release : # # Make a release on PyPI and npmjs.org
31
- # python setup.py sdist register upload
32
- # npm upload
31
+ python setup.py sdist register upload
32
+ npm publish --access=public
33
33
34
34
watch-lab : # # Make a JupyterLab build process watch for extension builds
35
35
source activate $(PKG_SLUG ) && jupyter lab --watch
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pip install jupyterlab-quickopen
23
23
Then install the JupyterLab frontend extension.
24
24
25
25
```
26
- jlpm install @parente/jupyterlab-quickopen
26
+ jupyter labextension install @parente/jupyterlab-quickopen
27
27
```
28
28
29
29
### Install Alternatives
You can’t perform that action at this time.
0 commit comments