import matplotlib.pyplot as plt
%matplotlib inline

本を読んでいたら上記サンプルコードがあったのですが、
2行目先頭の「%」はどのような意味があるのでしょうか?