Right now when using pydeephaven, we cannot get a Figure and display it. We should be able to display it by providing the name of the variable, e.g. DeephavenWidget("p") to open a plot named p.
Note this would be much easier if we have the generic iframe widget: https://github.com/deephaven/web-client-ui/issues/1629
Otherwise in addition to providing the variable name, they'll need to provide the variable type as well.
Right now when using pydeephaven, we cannot get a Figure and display it. We should be able to display it by providing the name of the variable, e.g.
DeephavenWidget("p")
to open a plot namedp
. Note this would be much easier if we have the generic iframe widget: https://github.com/deephaven/web-client-ui/issues/1629 Otherwise in addition to providing the variable name, they'll need to provide the variable type as well.