Skip to content

Commit 79a935a

Browse files
committed
Fix install command, publish
1 parent bc53101 commit 79a935a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ conda-env: ## Make a conda development environment
2828
jupyter serverextension enable $(PKG_NAME)
2929

3030
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
3333

3434
watch-lab: ## Make a JupyterLab build process watch for extension builds
3535
source activate $(PKG_SLUG) && jupyter lab --watch

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install jupyterlab-quickopen
2323
Then install the JupyterLab frontend extension.
2424

2525
```
26-
jlpm install @parente/jupyterlab-quickopen
26+
jupyter labextension install @parente/jupyterlab-quickopen
2727
```
2828

2929
### Install Alternatives

0 commit comments

Comments
 (0)