Ajay Thorve

Results 16 comments of Ajay Thorve

> @sagfox I have been thinking about this since we talked, and I think the first task is to identify exactly what your preferred data format is. If that is...

thanks @gregory1506, definitely sounds useful. We will get to this next as soon as we have resources available.

In cuxfilter, for bar and line charts, the `.chart` api option exposes the bokeh plot object underneath, and can be updated using the `add_tools` function to add hover options. Here...

okay, this is certainly possible. It is slightly different than generating a heatmap as it works only with a cudf dataframe with 2 columns as x,y-coordinates and another column as...

Oh, I am sorry for the misunderstanding, I was just confirming if the syntax was such, would you be fine with it. It's not implemented yet, hopefully soon.

Hey @Luxcium do you have `nvidia-docker2` installed on your system? Might be related to that! If you do, may be [this](https://forums.developer.nvidia.com/t/could-not-select-device-driver-with-capabilities-gpu/80200/4) discussion might help

@nicolasgere you can test it right now by installing it via docker. You can find the published containers [here](https://github.com/rapidsai/node/pkgs/container/node). The package should listed as `@nvidia/webgl`, although #313 will update it...

No actually, the package should come pre-installed in that docker image. You would just use it directly!

@nicolasgere we added more information on how to [use the docker containers](https://github.com/rapidsai/node/blob/main/USAGE.md#running-code-in-the-runtime-images) and [installing individual packages on bare metal instances](https://github.com/rapidsai/node/blob/main/USAGE.md#extracting-the-packaged-artifacts) as well.

@trxcllnt this is ready for review. Resolved most of the issues you mentioned. Still pending is better user session tracking, which I'll push out in a follow-up PR