Expanding the JupyterLab file browser pane leaves long file names truncated with ellipses (…) rather than displaying them fully. However, this issue doesn’t occur when running JupyterLab through Docker. After adding some debug print statements, building, and installing locally, I noticed that these print statements don’t appear in the console when running JupyterLab from the command line—though they do show up in the Docker environment. I haven’t been able to determine the cause of this inconsistency.
jupyterlab version: 4.3.0rc0
browser: Brave
@krassowski
could you please help me here