Skip to content

Commit

Permalink
Fix missing server extension activation in README (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Aug 11, 2022
1 parent 2fc7423 commit fe57441
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 @@ -211,6 +211,8 @@ pip install -e ".[dev]"
pre-commit install
# 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 jupyterlab_git
# Rebuild extension Typescript source after making changes
jlpm run build
```
Expand Down

0 comments on commit fe57441

Please sign in to comment.