Skip to content

Inline visualtions of vedo plots in ipynb #23

Description

@clemens-fricke

Das ist nur ein nice to have und was Jae und ich schon durch trial und error herrausgefunden haben, funktioniert es auch nicht perfekt out of the box.

Wenn man das richtige vedo backend eingestellt hat (ipyvtk) diese funktionalität müsste auch noch hinzugefügt werden muss bei show das keyword '''close=False''' gesetzt werden und dann auf dem plotter der dann zurück gegeben wird noch mal show() ausführen.

What needs to be done

  • Add settings option for vedo backend
    • gustaf.vedo.settings.VEDO_BACKEND = None
    • Optional VEDO_BACKEND = "ipyvtk"
  • Either check if VEDO_BACKEND == "ipyvtk" than always return plot without closing it or give warning that close=false should be set so that .show() can be called on the return value inside the ipynb.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions