You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
With which version of JupyterLab did you test your hackfix?
I tried it for the extension dask-labextension for the current JupyterLab version 3.6.4 and it fails:
node_modules/@jupyterlab/rendermime/lib/widgets.d.ts(8,31): error TS2420: Class 'RenderedCommon' incorrectly implements interface 'IRenderer'.
The types of 'title.owner.layout' are incompatible between these types.
Type 'import("/dev/shm/dask_labextension-6.1.0/node_modules/@lumino/widgets/types/layout").Layout' is not assignable to type 'import("/dev/shm/dask_labextension-6.1.0/node_modules/@jupyterlab/rendermime-interfaces/node_modules/@lumino/widgets/types/layout").Layout'.
Property '[Symbol.iterator]' is missing in type 'import("/dev/shm/dask_labextension-6.1.0/node_modules/@lumino/widgets/types/layout").Layout' but required in type 'import("/dev/shm/dask_labextension-6.1.0/node_modules/@jupyterlab/rendermime-interfaces/node_modules/@lumino/widgets/types/layout").Layout'.
The reason will be displayed to describe this comment to others. Learn more.
I don't have access to the build environment I used right at the moment, but I don't think I'd pinned a JupyterLab version; so I used whatever was installed from PyPi a couple of days ago with version <4.
bb937be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With which version of JupyterLab did you test your hackfix?
I tried it for the extension
dask-labextension
for the current JupyterLab version 3.6.4 and it fails:bb937be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have access to the build environment I used right at the moment, but I don't think I'd pinned a JupyterLab version; so I used whatever was installed from PyPi a couple of days ago with version <4.
bb937be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, just managed to find it: jupyterlab 3.6.4 was used in the build process.
(I don't really understand the JupyterLab extension process. It's a wing and a prayer and repeated expletives process as far as I'm concerned.)
bb937be
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for checking that. Then I have to dig deeper to find out what is wrong with
dask-labextension
.