Documentation: Added missing `labextension link` command

This commit is contained in:
Andrew Head 2018-12-18 13:50:34 -08:00 коммит произвёл GitHub
Родитель 41cccb67da
Коммит 4b96c4c5cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -14,7 +14,8 @@ jupyter labextension install gathering-tools
For a development install (requires npm version 4 or later), do the following in the repository directory:
```bash
npm install
npm install # download dependencies
jupyter labextension link . # install this package in Jupyter Lab
jlpm run watch # automatically recompile sources
jupyter lab --watch # launch Jupyter Lab, automatically re-load extension
```