Question for @cgravill, @tpetricek@sylvanc - is it technically feasible to have Async values display asynchronously in the Jupyter display? I presume Javascript would have to be injected which polls the server, and that this might be a modification of the Jupyter protocol beyond the scope of iFSharp directly?
If we could do this, I would then ask whether it's possible to have AsyncSeq values display as animated sequences, where each element updates the DOM element with replacement Javascript
Question for @cgravill, @tpetricek@sylvanc - is it technically feasible to have
Asyncvalues display asynchronously in the Jupyter display? I presume Javascript would have to be injected which polls the server, and that this might be a modification of the Jupyter protocol beyond the scope of iFSharp directly?If we could do this, I would then ask whether it's possible to have
AsyncSeqvalues display as animated sequences, where each element updates the DOM element with replacement Javascript