oscar6echo
oscar6echo
> I think that was the intent of this guide: https://jupyterlite.readthedocs.io/en/latest/quickstart/standalone.html > Otherwise maybe there could be a new guide under this section called "Deploy to GitHub Pages manually": https://jupyterlite.readthedocs.io/en/latest/howto/index.html#deploying...
> In the meantime, something along those lines is working https://observablehq.com/d/223f34bca10702a3 FULL EDIT: I noticed that in this example the zoom is reset at each rendering. This works in a...
Other way to have such error msg: Do **incorrect** `pip install haystack` instead of **correct** `pip install haystack-ai`.
@jtpio this is the issue I mentionned. Just created a PR (not working) to show the current state of my failed attempt: [PR 233](https://github.com/jupyterlab/extension-examples/pull/233)
Well this is an ipywidget, with js based on vue, while here the objective is to build a jupyterlab extension 'vue-widget' similar to the example [react-widget](https://github.com/jupyterlab/extension-examples/tree/main/react-widget). No python involved.
Nice ! Where could I see an example ?
The crash when using `use_pyarrow=True` is described in issue above. :point_up: If I use pandas it crashes too: + Unsurprisingly the errror with `engine='pyarrow'` is the same. + The error...
> Then your parquet file is likely incorrect. Well that is what I thought too: the parquet file is corrupt or invalid in some way. But it is not that...
I'll add that one (of the many) benefit(s) of polars over pandas is the capability to hold lists and structs in cells. So this parquet issue is not negligible if...