-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with Jupyterlab-0.33.0rc0 ? #2850
Comments
the other one is also struggling, maybe not same type of problem:
gives:
|
Thanks, I'll have to look into the JLab issue. For the other issue could you report the versions of HoloViews and Bokeh? holoviews-0.11.6 does not exist. |
tried the code with an image. Found it works with |
typo: I meant fresh holoviews-1.10.6 (official release) |
on a full rebuild of same stack, but with jupyterlab-0.32.1, the new errors don't appear (except this jupyterla_holoviews already registered) it smells jupyterlab-0.33.0rc0 will require a few weeks of stabilization. |
0.33.0 is a major release with lots of things changing. The holoviews plugin for JLab 0.32 may need to be updated to work with 0.33.0. |
Thanks @jasongrout, is there a good place to see an overview of the coming changes? |
Our changelog issue has a few notes that we'll be filling out over the next few days, especially as we update some of the extensions we maintain: jupyterlab/jupyterlab#4622 The release milestone has the merged PRs: https://github.com/jupyterlab/jupyterlab/milestone/12?closed=1 And we'll be coordinating the release in this issue: jupyterlab/jupyterlab#4827 |
Thanks again @jasongrout. It seems the issue is caused by the new javascript mime renderer, what's the easiest way of ensuring that a custom mime type (in this case |
any guess of the time it will take to get holoviews compatible ? |
@philippjfr - you can register the mime renderer with a specific rank: https://github.com/jupyterlab/jupyterlab/blob/0a027d7a5e3092b64a65432875a1b0272d5d22f3/packages/rendermime/src/registry.ts#L217 |
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. |
ok, if there is a dev branch already somewhere on github that solves this, let me know. |
@stonebig did you ever resolve 'jupyterlab_holoview is already registered'? |
@ea42gh it's apparently not the problem. does Holoviews works for you on Jupyterlab-0.33.2 ? |
pops up a window with the plot with jupyter lab version 0.33.0 Don't think the multiple registration has anything to do with it, |
interesting. I'll try with bokeh backbone instead of matplotlib, as a workaround. ... no: same error. |
having now the jupyterlab_bokeh compatible version .. didn't change anything. |
I am having similar issues. The strangely embedded image even persists when I change files using the lab's file manager and if I click the file that generated the image it spawns an additional copy even if I do not run any cells. |
jupyterlab_pyviz releases 0.6.0 and 0.6.1 now have compatibility with jupyterlab 0.33 and 0.34. |
oups! I forgot to close the issue. I confirm everything is ok now. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I get this problem, not sure if it's a holoviews-0.11.6 compatibility probem:
The text was updated successfully, but these errors were encountered: