Hi, when I do changes to settings, keyboard shortcuts and so on in json files that are on schema directory, those changes are not picked up by jlpm run watch
. How can I have them picked up & working on jupyterlab? Thanks
This is a limitation of the current watch
script.
There are some good ideas for expanding hot releading in Develop extensions inside JupyterLab itself · Issue #7469 · jupyterlab/jupyterlab · GitHub
How can I have them picked up & working on jupyterlab?
You could investigate and contribute a solution via a pull request, or help someone else to do so.
1 Like
@krassowski could you please tell me when those changes is being picked up currently?
- when i refresh browser?
- when i
jlpm build
instead ofjlpm watch
? - when i restart kernel?
- when i re-run
jupyter dev
command?
Neither (though I do not know what jupyter dev
is). Generally the changes apply when you restart jupyterlab-server which is usually when restarting jupyterlab.
1 Like
Oh, I meant jupyter lab
, sorry)) Thank you very much @krassowski
1 Like