Maxime Liquet

Results 316 issues of Maxime Liquet

The datasets used across HoloViz come from various places: - some come from Bokeh's `sampledata` - some are hosted on S3 (not just in one bucket I believe) - some...

I just thought about it and these are easy wins in my opinion. The blog is almost unknown to all and that would expose it more. There's currently a `Topics`...

docs

This PR is motivated by the goal of getting more GitHub stars, pushing on multiple fronts around a single event, that could be the Panel 1.4 release. I built the...

Partially addresses https://github.com/holoviz/holoviews/issues/5901 When users assign a `group` to an Element with `subcoordinate_y` enabled, a dedicated `wheel_zoom` is created per group. The order of the zoom tools matches how the...

Partially addresses https://github.com/holoviz/holoviews/issues/6123 Very much WIP and I've never written any operation! But it works: ```python import numpy as np import panel as pn import holoviews as hv from holoviews.operation.normalization...

I know @Hoxbro has that in mind but couldn't find an issue about it. I'm updating hvPlot's docs for the 0.9.0 release and want to mention the support of [Polars](https://www.pola.rs/)...

type: feature

The `Deploying_Bokeh_Apps` notebook started to fail on Windows running this cell: ```python server = pn.panel(dmap).show() ``` With this ugly traceback: ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call last) Cell In[1],...

type: compatibility

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? I'd like to be able...

type::bug
plugins::env
source::anaconda
severity::3
stale::recovered
backlog

### TL;TR We've found that links to headers that work when working from within Jupyter Notebook/Lab no longer work when on a page built from the same notebook with MyST-NB....

### Describe the bug Unless I missed it I do not think it is possible to configure the `myst_nb.docutils_` when used to include a notebook in another document via the...

bug