Note that we don't want to use %load qp/pdf.py because we don't want to actually execute the code in pdf.py - we already imported it! The ! jumps out into a shell to execute the cat command, and put the output into a notebook output cell, and its commented because we only want to do it if we're interested (and travis never is).
…import statement #16
Note that we don't want to use
%load qp/pdf.py
because we don't want to actually execute the code inpdf.py
- we alreadyimport
ed it! The!
jumps out into a shell to execute thecat
command, and put the output into a notebook output cell, and its commented because we only want to do it if we're interested (and travis never is).