You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to implement a dynamically updateable cell output. To dynamically show the progress of an ongoing operation.
As I understand DisplayResult interface has an id field which somehow can be used to re-render the object after it was initially displayed in a cell. It seems that the updateDisplay method of the KotlinKernelHost should do exactly that. Unfortunately I didn't find a way to get an instance of the host object.
Can you please point us in the right direction. Is it even possible with the current kernel version?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi! It was technically possible, but not convenient to achieve from the notebook. I've added a couple of additional methods, now you may do something like this:
I want to implement a dynamically updateable cell output. To dynamically show the progress of an ongoing operation.
As I understand
DisplayResult
interface has anid
field which somehow can be used to re-render the object after it was initially displayed in a cell. It seems that theupdateDisplay
method of theKotlinKernelHost
should do exactly that. Unfortunately I didn't find a way to get an instance of the host object.Can you please point us in the right direction. Is it even possible with the current kernel version?
Thank you.
The text was updated successfully, but these errors were encountered: