Function Repository Resource:

EntityTooltip

Source Notebook

Add an informational tooltip to any entity

Contributed by: Arnoud Buzing

ResourceFunction["EntityTooltip"][entity]

adds an informational tooltip to entity.

Details

ResourceFunction["EntityTooltip"] uses Information on the given entity to generate the tooltip.
The output from ResourceFunction["EntityTooltip"] can be copied and pasted into text cells to enrich content.

Examples

Basic Examples (2) 

Create a tooltip for the given movie entity. Hover over the output to see the tooltip:

In[1]:=
ResourceFunction["EntityTooltip"][
 Entity["Movie", "TheBridgesOfMadisonCounty::8g54w"]]
Out[1]=

Create tooltips for the stars of this movie:

In[2]:=
ResourceFunction[
 "EntityTooltip"] /@ {Entity["Person", "ClintEastwood::v3pds"], Entity["Person", "MerylStreep::3t37k"]}
Out[2]=

The outputs can be copied and pasted in text cells to create enriched content. Hover over any entity to see the additional information in a tooltip:

is a romantic drama movie directed by and stars and .


Show a tooltip for a country Entity:

In[3]:=
ResourceFunction["EntityTooltip"][Entity["Country", "France"]]
Out[3]=

Publisher

Arnoud Buzing

Version History

  • 1.0.0 – 25 February 2022

Related Resources

License Information