Lifemap.show
Lifemap.show()Display the Jupyter widget for this instance.
In a Jupyter notebook environment, the method uses IPython.display.display to display the visualization directly. Otherwise, it exports the widget to an HTML file and opens it in a browser if possible.
In a marimo notebook environment, the widget object is returned in order to be passed to marimo.ui.anywidget().