Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions source/jupyterlab/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Run `pip install .` from the `jupyterlab` directory to build the extension.

## Installing

You will need to install `jupyterlab` to install and test the extension.
You will need to install `jupyterlab` to test the extension and
`jupyter-builder` to rebuild its frontend assets directly.

```bash
pip install jupyterlab
pip install jupyterlab jupyter-builder
```

To install the extension in development mode, from the `jupyterlab` directory run:
Expand Down
2 changes: 1 addition & 1 deletion source/jupyterlab/jupyterlab-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/core",
"version": "4.4.3",
"version": "4.6.0",
"jupyterlab": {
"singletonPackages": [
"@codemirror/language",
Expand Down
Loading