jupyterlab-nvdashboard icon indicating copy to clipboard operation
jupyterlab-nvdashboard copied to clipboard

A JupyterLab extension for displaying dashboards of GPU usage.

Results 42 jupyterlab-nvdashboard issues
Sort by recently updated
recently updated
newest added

When I run the RAPIDS 23.04 runtime containers locally, the NVDashboard Jupyter widget shows a blank screen. I'd like to be able to use Jupyterlab-NVDashboard in the 23.04 runtime containers....

Looks like things are a bit broken now with bokeh 3. See #139 #131 for info. We should update things here to work nicely with Bokeh 3. cc @bryevdv

bug

When using shared CPU/GPU memory, for example Numba CUDA mapped arrays, this doesn't show on either the machine resources, nor on GPU resources tabs. ![image](https://user-images.githubusercontent.com/8914493/187180482-e6157ce4-eb2a-4869-a8c9-95df5e02629d.png) ![image](https://user-images.githubusercontent.com/8914493/187180743-2cc3cd40-6fed-46ff-8b49-6e4de3c647d4.png) However, it does show...

The current release of the Bokeh package has deprecated the legend keyword, so the output from jupyter now includes the following message: ``` BokehDeprecationWarning: 'legend' keyword is deprecated, use explicit...

AI Platform Notebooks are accessible via Inverse Proxy. Inverse Proxy only support backend on JupyterLab port 8080. This plugin is launching a new web server in a random port, hence...

I've followed installation steps below to install into my JL, ``` pip install jupyterlab-nvdashboard jupyter labextension install jupyterlab-nvdashboard ``` but didn't get any content when running code in CPU/GPU, need...

bug

Per discussions with @jacobtomlinson I've seen the following behaviour... Each time I run JupyterLab and then shutdown it down cleanly from the browser window - the server.py process continues to...

bug

it looks like the PCIe and NVLink info is not supported, but jupyterlab-nvdashboard assumes they're supported... ``` $ docker run -it --gpus all nvcr.io/nvaie/nvidia-rapids:21.08-cuda11.4-ubuntu20.04-py3.8 bash This container image and its...

Opening this issue to track [WSL]( https://docs.microsoft.com/en-us/windows/wsl/ ) (Windows Subsystem for Linux). Currently this is not supported as NVML is not supported on WSL (based on reading this note [from...

Thanks for the awesome tool! We are starting to use `jupyterlab-nvdashboard` on a multi-user HPC system. I am trying to figure out what will happen if two user jobs land...

enhancement
help wanted