Reminder of what you should do :
IPython.notebook.config.update({
"load_extensions": {"hello-scipy":true}
})
In [2]:
# you will probably need this line to be sure your extension works
import datetime as d
d.datetime.now()
Out[2]:
In [ ]: