-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use NVDashboard in the RAPIDS 23.04 runtime containers or in 23.04 conda environment with unpinned Jupyterlab #156
Comments
So just to be clear when you install this manually with JupyterLab pinned to v3 does the dashboard work? Or is it blank link in the RAPIDS container? |
Yes, with this setup it works.
|
Perhaps relevant. If I remove the conda installed jupyterlab-nvdashboard and then install with pip, things appear to work:
|
Out of curiosity is this still the case when using the |
^ @beckernick curious if you had a chance to try the suggestion above? |
Fixes #546 `jupyterlab-nvdashboard` is not yet compatible with `jupyterlab` 4, so restrict `jupyterlab` to 3.x. Also install `jupyterlab-nvdashboard` via pip because conda installs are not reliable (see rapidsai/jupyterlab-nvdashboard#156). Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Jacob Tomlinson (https://github.com/jacobtomlinson) - AJ Schmidt (https://github.com/ajschmidt8) URL: #563
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.
When I create a 23.04 environment that includes Jupyterlab (unpinned) and install NVDashboard (unpinned) via conda, the solver pulls in jupyterlab-nvdashboard v0.5.0 from the rapidsai channel rather than the current v0.8. It also pulls in Jupyterlab 4.0, which perhaps is related. In this environment, NVDashboard doesn't show up in the Jupyterlab left panel as an extension option. If I got to the explicit endpoint at http://localhost:8889/GPU-Utilization, I get a 404 error.
If I create the same environment but pin Jupyterlab to v3, the solver pulls in Jupyterlab v3.6.3 and nvdashboard v0.8, with the same build hashes as the packages in the 23.04 runtime container, but different versions and build hashes for other Jupyter-related packages. In this bare metal conda environment, I'm able to use NVDashboard in Jupyterlab.
In the container, bokeh v2.4.3 comes from conda-forge. In the raw environment, it comes from PyPI.
Happy to provide full container/raw environment dependency diffs, if useful.
The text was updated successfully, but these errors were encountered: