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.

compatibility with Jupyterlab-0.33.0rc0 ?

See original GitHub issue
# 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)

I get this problem, not sure if it’s a holoviews-0.11.6 compatibility probem: image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:23 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
jlstevenscommented, Jul 25, 2018

any guess of the time it will take to get holoviews compatible ?

I believe Philipp had a working prototype so I doubt it will take long to release an updated extension once he is back from holiday.

0reactions
stonebigcommented, Aug 20, 2018

oups! I forgot to close the issue. I confirm everything is ok now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

compatibility with Jupyterlab-0.33.0rc0 ? · Issue #2850
it smells jupyterlab-0.33.0rc0 will require a few weeks of stabilization. All reactions.
Read more >
jupyterlab
JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, ...
Read more >
JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
Fix extension compatibility checks for prereleases and extensions supporting multiple major versions of JupyterLab (#7723, #7241, #7919).
Read more >
jupyterlab version for prodigy extension - jupyter
I'm trying to get the jupyterlab prodigy extension installed but am ... be found that is compatible with the current version of JupyterLab....
Read more >
jupyter-widgets/jupyterlab-manager v5.0.3
Version compatibility. Prior to JupyterLab 3.0, use the appropriate command from the following list to install a compatible JupyterLab extension. For JupyterLab ......
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