I'm just learning IPython Notebook, using a pre-existing Python library I've written. At the beginning of my notebook, I'm importing it in the normal way.
However, I'm still modifying this library. I notice that changes I'm making to it don't seem to be reflected, even when I reload the notebook in the browser.
How can I force a reload of the library from inside IPython notebook?