Safia Abdalla

Results 390 comments of Safia Abdalla

Thank you, @MSeal. I want to remind everyone of the [Code of Conduct](https://github.com/nteract/nteract/blob/master/CODE_OF_CONDUCT.md). By participating in the issue discussion here and in any other nteract project, you agree to the...

My biggest reservation about this is the fact that a lot of UIs (thinking about nteract and Jupyter Notebook) special case their client-side experience for working with parameterized cells by...

Although I like the seamlessness of using kwargs to pass additional args, I think that have an explicit named parameter for passing kwargs is a much better approach from an...

@oscarrutt Can you share your plotting code? The plot size is typically dictated by your plotting tool. Also, you can set your output to "expanded" view to remove the scroll...

Hello @dougleville! Let's see if we can sort out this problem. Which version of nteract were you previously using with the bundled kernel? Do you know which upgrade caused it...

I got some insight from @zooba about this. Pasting the contents of his email below. > I saw this issue https://github.com/nteract/nteract/issues/4637#issuecomment-551291345 > > Haven't looked too deep, but I think...

My first hunch here is to investigate why the previously selected cell steals back focus. It would seem that there is an errant `FOCUS_CELL` action being emitted that is causing...

> I wonder if that was a deliberate decision because the prompt request component can be used in isolation too. So, a focus change might not even be an issue...