vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.26k stars 590 forks source link

ipyleaflet backend ? #811

Open Walfou opened 4 years ago

Walfou commented 4 years ago

I didn't find any example or documentation about the ipyleaflet backend for the jupyter widget heatmap. The old way using the argument 'backend' in the deprecated function 'plot_widget' doesn't seem to work.

Is ipyleaflet kept after refactoring the widgets code?

edit: also nothing in the jupyter tutorial (only reference to plotly) or in the pdf docs (only reference to ipyvolume)

maartenbreddels commented 4 years ago

Hi,

indeed, some functionality is lost during the refactoring, but I plan to add that back over time. I didn't want to delay releasing vaex v3 because of this. You might be able to create your own based on the tutorial. If you do, please share the code, so other might be able to use it (you could share it here for instance).

Regards,

Maarten