--- title: NB2 keywords: fastai sidebar: home_sidebar summary: "A test library. More API details" description: "A test library. More API details" nb_path: "00_core.ipynb" ---
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!"