To simplify the display of DEM dataset an interactive GUI (graphical user interface) is available. It is based on standard ipyWidgets component and allows to easily select all the available visualization parameters for DEM display. Selecting "identify" checkbox adds a blue marker on the map: by moving the marker it's possible to identify a point on the map and display the elevation, aspect and slope of that point
map = Map()
map
inter.gui("DEM",map)