How to view solid2 objects in Juypter lab
I am able to view solid objects with viewscad in Jupyter lab but I can't figure out how to render solid2 objects. Is there some change I need to make beyond replacing solid.<geom> with solid2.<geom>?
Note that running viewscad.Renderer().render(solid2.cylinder(r=5, h=2)) has empty output while viewscad.Renderer().render(solid.cylinder(r=5, h=2)) shows the 3d view. It appears that solid2.cylinder(r=5, h=2).__repr__() outputs scad code, which is useful but unfortunately not the 3d view.
Relevant package versions:
jupyter 1.0.0
solidpython 1.1.3
solidpython2 2.0.0b1
viewscad 0.2.0
