You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I replace those import from nbclassic with from jupyter_server.serverapp import aliases, flags and the lab can be started with the --watch flag. However, this Notebook flags are not taken into account.
In JupyterLab as jupyter_server extension, I import flags and aliases from nbclassic which fails on
jupyter lab --watch
withUnrecognized flag: '--watch'
.I replace those import from nbclassic with
from jupyter_server.serverapp import aliases, flags
and the lab can be started with the --watch flag. However, this Notebook flags are not taken into account.See also jupyter-server/jupyter_server#140
The text was updated successfully, but these errors were encountered: