Maxime Liquet

Results 316 issues of Maxime Liquet

Placeholder for now, I just wanted to link to this project that maybe useful for this endeavor: https://github.com/chrisjsewell/pytest-notebook EDIT: The idea is that we can't just run this hypothetical action...

discussion

Getting data for `datashader_dashboard` is convoluted, it required `anaconda-project` as a dependency to run `prepare` on other projects and uses intake to wire everything. I don't think this dependence on...

bug

I had to skip trying to run tests for landuse_classification for now, it has no small test dataset and apparently running the whole notebook takes a while, in particular when...

bug

The notebook starts with ```python import spatialpandas as spd df = spd.io.read_parquet_dask('./data/osm-1billion.parq') ``` And that fails with: ``` ValueError: A spatialpandas GeoDataFrame must contain at least one spatialpandas GeometryArray column...

bug

This issue is a snapshot of the projects currently displayed on examples.pyviz.org, including links to their current deployments on AE5. It is to make sure that in the transition to...

project_update

We need to set up redirects as the structure of the new website changed compared to the previous one: - Top-level links: - user_guide -> getting_started - make_project -> contributing...

docs

The `sphinx-design` extension provides [badges](https://sphinx-design.readthedocs.io/en/latest/badges_buttons.html#badges), let's use that instead of relying on SVG badges that must be committed to the repo. Inspired by the RAPIDS docs:

enhancement

The examples are currently displayed without being categorized. Each examples can have labels, displayed as badges in their card (e.g. holoviews, panel), these badges aren't tags like one can find...

enhancement