![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, pdf, size=(600, 700)) |
Public Attributes | |
cached copy of the pdf filename | |
size | |
cached copy of the size | |
Private Member Functions | |
def | _repr_html_ (self) |
def | _repr_latex_ (self) |
Helper class to show a PDF file in a jupyter notebook.
Definition at line 16 of file analyse.py.
def __init__ | ( | self, | |
pdf, | |||
size = (600, 700) |
|||
) |
Show a PDF file. :param pdf: The filename of the PDF file. :param size: The size to use.
Definition at line 21 of file analyse.py.
|
private |
HTML representation
Definition at line 32 of file analyse.py.
|
private |
LaTeX representation
Definition at line 36 of file analyse.py.