Jeremy Tuloup
Jeremy Tuloup
Adding to `4.3.0` as this is actually a bug fix (and hoping to finish the PR before the final release).
hmm the UI test failures seem to be consistent but are not expected, need to check what is happening there: 
On a local install from `main`, loading JupyterLab would set the following size for the file browser columns:  Switching to this branch:  So moving the logic to a...
bot please update snapshots
bot please update snapshots
Looks like CI is now passing :heavy_check_mark: (except for `check-links`, tracked in https://github.com/jupyterlab/jupyterlab/issues/16837#issuecomment-2419888092) If we are fine with the minor updates to the snapshots, this should be ready to go.
Thanks @pierre-yv. That would indeed be useful. Probably this will still require a Python kernel to be running. But we could imagine having a plugin in ipylab that reads notebooks...
Haven't looked into it that much, but yes starting a kernel via the `@jupyterlab/services` API will probably be a good first step.
Thanks @knc6 for the report. It looks like this is the same issue as the one reported in JupyterLab https://github.com/jupyterlab/jupyterlab/issues/15629? Should we close this issue in favor of https://github.com/jupyterlab/jupyterlab/issues/15629, since...
FYI https://github.com/jupyterlab/jupyterlab/pull/13837 tries to address this issue by following the idea mentioned in the comment above: https://github.com/jupyterlab/jupyterlab/issues/1058#issuecomment-269015798 It's still an early draft, but feel free to try it using the...