Jean-Luc Stevens

Results 62 issues of Jean-Luc Stevens

Based on discussion summarized in https://github.com/pyviz-topics/examples/issues/124 @jbednar @philippjfr and I came up with some thoughts about a conditional system for lumen. The idea is to trigger certain events when column...

Lumen is very easy to run, requiring only a `dashboard.yaml` to serve the monitoring application. The core of lumen can be quickly conda installed but there are many possibly optional...

enhancement

When working in notebooks, it is quite easy to display an intake source, save the notebook and share the notebook with the repr output with other people. Looking at the...

Closed path can have a meaningful polarity depending on whether they are defined clockwise or anti-clockwise. A similar notion can apply to open paths depending on the direction they are...

enhancement

### Problem description Bokeh server can be used to serve notebooks (e.g. with panel) which often have slow data preprocessing steps to execute before anything visual can be served. When...

type: feature

This issue is writing up a discussion about how various types of load/processing times could be handled in panel to improve the user experience. It is common for a panel...

type: enhancement
type: discussion

The semantics of chart elements means they should all be `Selection1DExpr`: `Points` is the appropriate, corresponding 2D element.

Release notes for the 1.15.1 minor version bump.

For instance, I've noticed that both the `BoundsXY` and `Lasso` linked streams do not reset their contents when the clear button is pressed:

type: enhancement
TRIAGE

This issue is one of a number that relate to datashader support of timeseries. ``` >>> hv.__version__, bokeh.__version__, ds.__version__, panel.__version__, hvplot.__version__ ('1.15.1', '2.4.3', '0.14.2', '0.13.1', '0.8.1') ``` ```python >>> timestamps...

TRIAGE