rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
588 stars 77 forks source link

[Ready for Review] add websockets instead of rest api for better response times #188

Closed AjayThorve closed 5 months ago

AjayThorve commented 6 months ago

Since the requirements were to have an update data point every 50-100ms, this PR updates the current mechanism to pull data from backend, to use websockets.

cc @jacobtomlinson

copy-pr-bot[bot] commented 5 months ago

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

AjayThorve commented 5 months ago

/ok to test