Jeremy Tuloup
Jeremy Tuloup
Probably, since it seems to be working fine on the Pyodide console.
> IIRC in a private tab, you can not start a webworker and a webworker is used to do the synchronization between the emscripten filesystem and the files seen by...
Also the fact that it works fine with the equivalent `pandas` code: ```py from pathlib import Path import pandas as pd Path('test.csv').write_text('a,b\n1,2\n') pd.read_csv('test.csv') ``` Means there may be some differences...
For further investigations, noting that `polars` is not included in Pyodide 0.28 by default anymore: https://blog.pyodide.org/posts/0.28-release/#decoupling-packages-from-the-pyodide-runtime
Looks like the fix suggested above should help: > I think that in either case the solution is adding `data-lm-suppress-shortcuts`.
Some questions: - what are the criteria for someone to be added to that list as outside collaborator? Should this apply to one-of contributors, or should there be a minimum...
Many thanks @itsmevichu for working on this! This seems to indeed be fixing many issues related to the table of contents. For example this: ``` Test title, foo and bar...
In the case of `notebook==7.2.3`, the `forward-changelog` step gave the following logs: 
The change does look reasonable indeed. As originally noticed in https://github.com/jupyterlite/jupyterlite/pull/1227 there were some changes in JupyterLab 4 when it comes to the handling of these paths. Which led to...
Trying from the Binder for this PR (which has `jupyter-collaboration` installed), it does seem to be fixing the UX issue mentioned https://github.com/jupyterlab/jupyterlab/pull/14519#issuecomment-1774055091 about the drive prefix being missing when hovering...