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.

holoviews (fresh) jupyterlab extension problem

See original GitHub issue

not sure if it’s me or holoviews:

  • this type of example doesn’t seem work (yet) in Jupyterlab:
# Holoviews
# for more example, see http://holoviews.org/Tutorials/index.html
import numpy as np
import holoviews as hv
hv.extension('matplotlib')
dots = np.linspace(-0.45, 0.45, 11)
fractal = hv.Image(image)

layouts = {y: (fractal * hv.Points(fractal.sample([(i,y) for i in dots])) +
               fractal.sample(y=y) )
            for y in np.linspace(0, 0.45,11)}

hv.HoloMap(layouts, kdims=['Y']).collate().cols(2)

giving: holoju01

but the ultra-tricky one … does ???

holoju02

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:66 (62 by maintainers)

github_iconTop GitHub Comments

1reaction
stonebigcommented, Mar 25, 2018

it works !

1reaction
crlagcommented, Mar 24, 2018

@philippjfr that was the problem… now its working. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

holoviews (fresh) jupyterlab extension problem #2379 - GitHub
Trying with @pyviz/jupyterlab_holoviews v0.2.0 ... no change. Well, it's nevertheless a 50% success, on a jupyterlab beta1 only stack. with ...
Read more >
Developers - holoviews (fresh) jupyterlab extension problem -
this type of example doesn't seem work (yet) in Jupyterlab: # Holoviews # for more example, see http://holoviews.org/Tutorials/index.html import numpy as ...
Read more >
Holoviews plot not rendered in cell in JupyterLab
Per philippjfr, the presence of the beakerx-jupyterlab extension was interfering with holoviews; disabling the former fixed the problem.
Read more >
Widget troubles with the Panel/Voila integration
I'd like to serve panel objects, including holoviews graphs, with Voila, following instructions in the deployment guide.
Read more >
pyviz/pyviz - Gitter
I'm trying to use a holoviews.core.spaces.DynamicMap inside some Jupyter widget, but it seems like a bad idea, right? Because it's not supported?
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