Maxime Liquet
Maxime Liquet
Thanks for pinging them! It'd be great to see this fixed!
I can't reproduce this error. Instead I get other errors, both on the server and client sides. Streaming support in hvPlot/HoloViews seems pretty limited at the moment. I have no...
Code: ```python import hvplot.streamz from streamz.dataframe import Random df = Random(interval='200ms', freq='50ms') layout = (df.hvplot.line(width=400, backlog=100) * df.hvplot.scatter(width=400, backlog=100) + df.groupby('y').sum().hvplot.bar('y', 'x', width=400) + df.hvplot.box(width=400) + df.x.hvplot.kde(width=400, shared_axes=False)).cols(2) layout ```...
I also got this Python error instead of the one reported above: ```python 2022-10-23 18:58:55,145 - tornado.application - ERROR - Exception in callback functools.partial(, ) Traceback (most recent call last):...
This seems to me like a very nice feature to have in hvPlot! This is actually currently possible, using `.opts` and some HoloViews-fu, applying the options to the elements contained...
Hi @jmakov, Could you provide: - an example for us to attempt to reproduce the memory leak? - the output of `conda list`? (I see that you've done that last...
Hi @jmakov , I'll investigate this week and see what I can find. Feel all free to investigate too, memory leaks aren't the easiest thing to debug :)
> This still occurs: https://discord.com/channels/1075331058024861767/1088157184489164831/1273669842473320579 @Coderambling, yes. This issue is still open and this PR https://github.com/holoviz/hvplot/pull/1359 with a potential fix has not yet been merged. Please refrain from bumping issues...
This is no longer relevant, the project was updated in another PR.
Notebook failing to load the parquet file on the CI with `ValueError: ArrowStringArray requires a PyArrow (chunked) array of large_string type`, not on my machine though. I need to investigate.