Safia Abdalla
Safia Abdalla
Yeah, I'm not opposed to the idea on principle but I think the design needs to be fleshed out a little bit more especially because it does require some bidrectional...
> Azure notebooks wants to make links in error outputs clickable. Hm. Does this not work at the moment or would you like to be able to conditionally enable or...
Thanks for opening this issue, @lukejanicke! I was able to reproduce the issue that you've referenced here. I think the issue is a bug in how we currently interpret `clear_output`...
Moving this to the outputs repo where the ipywidgets transform now lives.
> Did some more digging on this. The issue lies in the widget manager, where we are updating the cell status. Ah, interesting. This is actually counter to what I...
> Based on this feedback, I think it makes more sense to remove it completely. However, there could be use-cases for why we want this that I am missing. What...
@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....
Oof! This looks like a fallout from the work we've been doing to move packages out of the monorepo over at nteract/nteract and into their own repos. > To me,...
Yes, a PR for this is welcome. The docs have a section on [creating transforms](https://github.com/nteract/outputs/blob/master/docs/creating-transforms.md) and the existing transforms are good examples to look at it. Feel free to ping...
Our ipywidgets implementation currently only supports the default set of widgets provided in @jupyter-widgets/controls. We aren't set up to support custom widgets. This would require adding some logic that understands...