aimalz / qp

Quantile Parametrization for probability distribution functions module
MIT License
3 stars 9 forks source link

Removed listing of PDF class from demo notebook, switched to cleaner … #20

Closed drphilmarshall closed 7 years ago

drphilmarshall commented 7 years ago

…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 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).