outputs icon indicating copy to clipboard operation
outputs copied to clipboard

WidgetManger does not support mutliple kernels

Open miduncan opened this issue 6 years ago • 2 comments

The current implementation of WidgetManager only support single kernel notebooks, so if loaded in a Notebook with multiple kernels it will have unusual behavior

miduncan avatar Nov 14 '19 00:11 miduncan

There is a fix for this in the branch miduncan/multiple-kernels, but I didn't have time to write a test for it. If this is a blocking issue for someone, feel free to branch and complete

miduncan avatar Nov 21 '19 02:11 miduncan

@miduncan Thanks for submitting the PR.

In general, following the merging of the PR to remove currentKernelRef and adding improved support for kernel-content relationships, we need a multi-notebook test canvas.

We'll probably be able to do this with the sidebar component in the upcoming UI overall.

captainsafia avatar Nov 27 '19 20:11 captainsafia