Jupyter 3D representation support
(self)
| 1721 | return rv |
| 1722 | |
| 1723 | def _repr_javascript_(self) -> str: |
| 1724 | """ |
| 1725 | Jupyter 3D representation support |
| 1726 | """ |
| 1727 | |
| 1728 | from .jupyter_tools import display |
| 1729 | |
| 1730 | return display(self)._repr_javascript_() |
| 1731 | |
| 1732 | def __iter__(self) -> Iterator[Shape]: |
| 1733 | """ |