Browse Source

Update jupyter lab command in ext dev guide

Jeremy Tuloup 4 years ago
parent
commit
d93961fe15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/developer/extension_dev.rst

+ 1 - 1
docs/source/developer/extension_dev.rst

@@ -64,7 +64,7 @@ Workflow for extension authors
 - Use the ``cookiecutter`` to create the extension
 - Run ``jupyter labextension develop`` to build and symlink the files
 - Run ``jlpm run watch`` to start watching
-- Run ``jupyter lab --watch``
+- Run ``jupyter lab``
 - Make changes to source
 - Refresh the application page
 - When finished, publish the package to ``pypi``/``conda``