зеркало из https://github.com/microsoft/gather.git
Documentation: Added missing `labextension link` command
This commit is contained in:
Родитель
41cccb67da
Коммит
4b96c4c5cd
|
@ -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 .
|
||||
|
|
Загрузка…
Ссылка в новой задаче