antw-cg
antw-cg
No error running: `pip install jupyterlab-nvdashboard` `jupyter labextension install jupyterlab-nvdashboard` But I get a blank GPU Dashboard... When I run: `$ jupyter serverextension list` and `$ jupyter labextension list` I...
@jacobtomlinson URL I'm connecting to in the browser is http://a157821:8888/lab. > Looking further into this it appears the hostname [is being provided by Jupyter Lab](https://github.com/rapidsai/jupyterlab-nvdashboard/blob/branch-0.2/src/dashboard.tsx#L86) in the ServerConnection.makeSettings({}).baseUrl object. >...