Maxime Liquet
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...
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...
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...
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...
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...
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...
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:
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...