1.3 - Displaying the target within an Aladdin widget

Source : https://github.com/cds-astro/ipyaladin

Previously retrieved tables can then be displayed on the Aladdin widget (in the centre of the cross here for gam Cas). It is also possible to make a query on a region rather than a separate object with "Simbad.query_region""Simbad.query_region"

In [ ]:
import ipyaladin.aladin_widget as ipyal
aladin = ipyal.Aladin(target='gam cas', fov = 1)
aladin
In [4]:
#Show tables on Aladin widget
aladin.add_table(result_table)

#record render in jpeg
aladin.get_JPEG_thumbnail()