question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 help

jupyterlab             1.0.4    
jupyterlab-nvdashboard 0.1.11      
bokeh                  1.0.4

img1

img2

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:67 (31 by maintainers)

github_iconTop GitHub Comments

2reactions
ian-r-rosecommented, Oct 2, 2019

It looks to me like you have covered most of the things I can think of @jacobtomlinson.

@ggosiang can you make sure that the jupyter_server_proxy serverextension is installed an enabled?

jupyter serverextension list

in a terminal.

1reaction
sshakericommented, Feb 9, 2020

I ran into this, updating my Dockerfile fixed it. I guess jupyter may not properly restart from a running container. This should apply to Docker or Kubernetes (KubeFlow in my example). Add this to your jupyter Dockerfile

 RUN apt install nodejs  npm -y &&\
          pip install jupyterlab-nvdashboard &&\
          jupyter labextension install jupyterlab-nvdashboard

Here is a complete sample https://github.com/rapidsai/jupyterlab-nvdashboard/pull/43

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blank Table Of Contents Teaching Resources - TPT
Use this blank Table of Contents page for any subject to keep students' interactive notebooks or binders organized.
Read more >
Blank content is displayed when trying to open .pdf in another ...
I am trying to open a .pdf in another tab that is stored in the server's file system (I am using Express, React...
Read more >
Blank Page Content - WordPress.org
I am using Enfold (a very popular WordPress theme) which uses the LayerSlider WP plugin from Kreatura to build full-width layersliders. When I...
Read more >
Blank Contents Page - Primary Resources (Teacher-Made)
The blank contents page includes double-lined spaces, so children have enough space to write the relevant information and page numbers. The blank contents...
Read more >
Free Content Calendar Template To Print in 2022 - Pinterest
Jun 29, 2022 - If you need a social media content calendar or just a simple content calendar template, download this free printable...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found