Closed krassowski closed 1 year ago
We already a number of users reporting this issue: https://github.com/jupyterlab/jupyterlab/issues/15301 It looks that https://github.com/jupyter/jupyter_client/pull/987 introduced the argument as required rather than default so some users see breakage due to updated client but not server, and some due to updated server but not client. Maybe both should be yanked for now?
This is weird. I'll check.
Oh, the parameter is kwarg only. It's a 3 char fix.
It looks #1341 depends on a
jupyter_client
8.5.0 but requirements have a much more relaxed 7.4.4 pin:https://github.com/jupyter-server/jupyter_server/blob/4cb13ce10d4725ad7e7d500c1b7fcbd95689d6d8/pyproject.toml#L33
This leads to "Error Starting Kernel" in Jupyter applications:
We can either pass env conditionally or increase the required client version
CC @Carreau