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.

plot.display doesn't work on my computer

See original GitHub issue

HI! I don’t know if I have installed k3d properly, I can “import k3d” in jupyter notebook, however when I run

import k3d
plot = k3d.plot()
plot.display()

It output this: image

There is nothing being plotted, I hope anyone can help me, thanks a lot!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

5reactions
marcinofuluscommented, Nov 19, 2018

It looks like the jupyter extension is not installed properly. Did you do: jupyter nbextension install --py --sys-prefix k3d jupyter nbextension enable --py --sys-prefix k3d ?

1reaction
marcinofuluscommented, Nov 20, 2019

Check configuration in repos like in https://github.com/marcinofulus/jupyter4edu (use mybinder to play with, lab will work if you replace tree with lab in the url once jupyter has started)

usually (see postBuild)

jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install k3d

should solve the problem in v1.0+ jupyterlab.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[SOLVED] Computer turns on but no display (2022) - Driver Easy
Fix 1: Force restart your computer; Fix 2: Check if your monitor is working; Fix 3: Reconnect your monitor to your computer; Fix...
Read more >
What to Do When Your Computer Screen Won't Show a Picture
Has your computer screen stopped working? Here are some troubleshooting steps to take if your monitor fails to display a picture.
Read more >
Resolved: Matplotlib figures not showing up or displaying
Ever try to plot a matplotlib figure and not have it display to your screen? I'll show you how to fix when matplotlib...
Read more >
Why does my plot show an empty axis or not display? - FAQ
If updating your graphics driver doesn't solve the problem then it's possible that by toggling the anti-aliasing and hardware acceleration ...
Read more >
Right side of desktop screen doesn't work - Microsoft Community
For Display issues one fix that is working is to Roll back or Uninstall the Driver on the Display Device > Driver tab,...
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