Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix commands to watch #9163

Merged
merged 1 commit into from Oct 15, 2020

Conversation

echarles
Copy link
Contributor

Simple update to the docs to use the correct commands to watch the extensions while developing.

My understanding based on the experiments I have done:

- Run ``jupyter labextension watch`` to start watching
- Run ``jupyter lab``

Should be

- Run ``jlpm run watch`` to start watching
- Run ``jupyter lab --watch``

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

jtpio
jtpio approved these changes Oct 15, 2020
Copy link
Member

@jtpio jtpio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio jtpio added this to the 3.0 milestone Oct 15, 2020
@echarles echarles merged commit 02d81c8 into jupyterlab:master Oct 15, 2020
- Run ``jupyter labextension watch`` to start watching
- Run ``jupyter lab``
- Run ``jlpm run watch`` to start watching
- Run ``jupyter lab --watch``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah I misread that for --no-browser.

Normally --watch shouldn't be needed with the new workflow.

@github-actions github-actions bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Apr 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants