A test library. More API details
say_hello("Sylvain")
from IPython.display import display,SVG
display(SVG('<svg height="100"><circle cx="50" cy="50" r="40"/></svg>'))
assert say_hello("Jeremy")=="Hello Jeremy!"