-
Notifications
You must be signed in to change notification settings - Fork 5k
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
jlpm watch is not working when making changes to Notebook codebase #6846
Comments
Thanks @andrii-i for reporting. I just checked with a fresh environment on Gitpod and it seems to be working fine: watch-command.mp4Maybe it's an issue on how files are watched on MacOS? |
Thank you @jtpio, let me look more into this, may also be a problem with my local environment |
@andrii-i Can you please update or close out if the issue is limited to your local env? |
Could it be due to a problematic jupyterlab-server version in your environment, c-f jupyterlab/jupyterlab_server#356? |
Closing as suggested |
Thank you everyone for the feedback |
Describe the bug
jlpm watch is not working when making changes to Notebook codebase. For changes to propagate, I need to call
jlpm build
every timeTo Reproduce
Steps to reproduce the behavior:
jlpm develop
also fails but this might be due to the fact that I'm trying to change Notebook codebase, not develop a Notebook extension?)jlpm build
is calledExpected behavior
When using
jlpm watch
, rebuild is triggered automatically on any changeThe text was updated successfully, but these errors were encountered: