plot.display doesn't work on my computer
See original GitHub issueHI! 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:
There is nothing being plotted, I hope anyone can help me, thanks a lot!
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 ?
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)
should solve the problem in v1.0+ jupyterlab.