Skip to content

Commit

Permalink
Add missing server ext enabling command (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Feb 12, 2022
1 parent c66f903 commit 055418a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ The `jlpm` command is JupyterLab's pinned version of
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Server extension must be manually installed in develop mode
jupyter server extension enable jupyter_archive
# Rebuild extension Typescript source after making changes
jlpm run build
```
Expand Down

0 comments on commit 055418a

Please sign in to comment.