Skip to content

Commit d66dff8

Browse files
authored
on installing labextension from src
Adds one instruction to the `Running from source & testing your changes` section.
1 parent 538f08a commit d66dff8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@ to do this.
214214

215215
jupyter nbextension install --py --symlink --sys-prefix qgrid && jupyter nbextension enable --py --sys-prefix qgrid
216216

217+
#. If desired, install the labextension::
218+
219+
jupyter labextension install js/
220+
217221
#. Run the notebook as you normally would with the following command::
218222

219223
jupyter notebook

0 commit comments

Comments
 (0)