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,9 +14,10 @@ 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
jlpm run watch # automatically recompile sources
jupyter lab --watch # launch Jupyter Lab, automatically re-load extension
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
```
### Pre-alpha Jupyter notebook version
@ -65,4 +66,4 @@ jupyter serverextension enable --py gather_logger # enable the package
```
We aren't yet including the frontend extension in the server extension, nor do we have a good way to develop the plugin in development mode yet. To do either of these two things, follow the instructions here:
https://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html .
https://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/Distributing%20Jupyter%20Extensions%20as%20Python%20Packages.html .