You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the below we retrieve population data from the
World Bank
using the wbdata python package
from IPython.display import display, HTML, Markdown
world_pop = 7_000_000_000
print("The world pop is", world_pop)
display(
HTML("<b>This is a bold statement</b> to make")
)
conclusion = Markdown("that's a **lot**")
We did some computation, and the world population is {eval}world_pop people! {eval}conclusion. See {cite:ps}einstein