Hi everyone,
I’m wondering if there is a way to configure jupyterhub in a way that it runs jupyterlab in watch mode. Then I would not have to rebuild the extension every time I make a change.
Hi everyone,
I’m wondering if there is a way to configure jupyterhub in a way that it runs jupyterlab in watch mode. Then I would not have to rebuild the extension every time I make a change.
I think you want to specify the jupyterlab watch configuration that corresponds to --watch --dev-mode
:
c.LabApp.watch = True
c.LabApp.dev_mode = True
in e.g. /etc/jupyter/jupyterlab_config.py
for all hub users or ~/.jupyter/jupyterlab_config.py
for only you