deephaven / deephaven-ipywidgets

Deephaven Community IPython Widget Library
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Fetch figures when using pydeephaven #28

Closed mofojed closed 10 months ago

mofojed commented 11 months ago

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.