-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
JLab 4.0 side-effect: Class 'RenderedCommon' incorrectly implements interface 'IRenderer'. #260
Comments
@jupyterlab/rendermime-interfaces version 3.8 was released 4 days ago and pulls
|
This seems to be recognized as a bug in JupyterLab here jupyterlab/jupyterlab#14335 (comment) |
I had the same problem in our own private and public extensions, I was able to use the following to break out of the ghetto...
Hope it works for you. |
Hi @jimdigriz , |
We are using JupyterLab 3.4.6... |
It got fixed with jupyterlab/jupyterlab@5b33469 and will be part of the upcoming JupyterLab 3.6.5. |
Thanks!
…On Mon, Jun 5, 2023 at 11:06 AM Jens Henrik Goebbert < ***@***.***> wrote:
Closed #260 <#260> as
completed.
—
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKZTFY5XNSJBSOALZPZ6LXJWVUBANCNFSM6AAAAAAYHNWE4A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@jupyterlab/rendermime-interfaces 3.8.2 was released yesterday including this patch jupyterlab/jupyterlab#14618 . But it seems that this does not fix it, yet. |
I still cannot install the latest dask-labextension for the latest JupyterLab 3 (3.6.4, 3.6.5).
more details: jupyterlab/jupyterlab#14335 (comment) |
Here is the reason why: jupyterlab/jupyterlab#14335 (comment) |
@jhgoebbert Apologies for the slow reply, and thank you for all your detective work here. We've just cut another release for JupyterLab 3 that should fix this issue, can you confirm that it resolves it for you? Another release supporting JupyterLab 4 will be forthcoming. |
Hi @ian-r-rose |
dask-labextension fails to build for JupyterLab 3.6.3
I was assuming that this is the case because
"@jupyterlab/rendermime-interfaces": "^3.0.0",
is missing inpackage.json
and dask-labextension is not yet ready for JLab 4.x but uses here a too modern node-modules of it. But just adding this to
package.json
results in the same error.The text was updated successfully, but these errors were encountered: