first_example.ipynb
The following:
hw_chain = Chain(name="Hello World", description="Answers with a poem about titled Hello World", runners=[hw_skill])
Should read:
hw_chain = Chain(name="Hello World", description="Answers with a poem titled Hello World", runners=[hw_skill])