Michael Duncan

Results 15 comments of Michael Duncan

Is this still the case? I need to retrieve an image from the current repository for my use case, which from my understanding needs to be done through the Git...

I did some investigating on this, and it is caused by the model being different than the other models we deal with. Instead of having the information we normally expect,...

nteract/nteract#4640 for sake of tracking. I'll investigate both

I was able to dig deeper into this, and it may be a tricky one to fix. It basically follows these steps: 1. Kernel sends a message for a new...

I'm guessing this is the same issue with Accordion and Tabs, as the model state given to them also only has children. No view information.

Rendering issues cause by nteract/outputs#3

@captainsafia It looks something like this (irrelevant fields omitted) ``` { "cells": [ { "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "e628e4cd267741c2a45818fc11314d4b", "version_major": 2, "version_minor": 0 }, }, }...

As far as not having outputs writing that in a notebook, we could possible store a reference to the Widget Manager somewhere in a redux store. Then we could make...

@captainsafia @rgbkrk What do you guys think of the proposed solution? Happy to do the work, just want to make sure there is agreement on the proposal before coding it.

Did some more digging on this. The issue lies in the [widget manager](https://github.com/nteract/outputs/blob/master/packages/jupyter-widgets/src/manager/widget-manager.ts#L201), where we are updating the cell status. The reason why we can't do this is because the...