Belle II Software  release-05-02-19
PDF Class Reference

Public Member Functions

def __init__ (self, pdf, size=(600, 700))
 

Public Attributes

 pdf
 cached copy of the pdf filename
 
 size
 cached copy of the size
 

Private Member Functions

def _repr_html_ (self)
 
def _repr_latex_ (self)
 

Detailed Description

Helper class to show a PDF file in a jupyter notebook.

Definition at line 16 of file analyse.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ _repr_html_()

def _repr_html_ (   self)
private
HTML representation

Definition at line 32 of file analyse.py.

◆ _repr_latex_()

def _repr_latex_ (   self)
private
LaTeX representation

Definition at line 36 of file analyse.py.


The documentation for this class was generated from the following file: