TargetInvocationException when .Update()
ing a .DisplayTable()
with a string
#3806
Open
3 of 17 tasks
Labels
Describe the bug
In Polyglot Notebooks, after displaying a table using
.DisplayTable()
, then calling.Update()
on the returnedDisplayValue
object, passing a simple string as the argument, an exception is thrown. This does not happen when updating to an array, or when updating a non-Table element.I expect all three to work. Although an obvious deficiency in the API is that is no way to update a
DisplayValue
as a table, but that's a separate issue (perhaps there should be a.UpdateTable()
method?).The following exception is thrown:
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: