Belle II Software  release-08-01-10
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 24 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 29 of file analyse.py.

29  def __init__(self, pdf, size=(600, 700)):
30  """
31  Show a PDF file.
32  :param pdf: The filename of the PDF file.
33  :param size: The size to use.
34  """
35 
36  self.pdf = pdf
37 
38  self.size = size
39 

Member Function Documentation

◆ _repr_html_()

def _repr_html_ (   self)
private
HTML representation

Definition at line 40 of file analyse.py.

◆ _repr_latex_()

def _repr_latex_ (   self)
private
LaTeX representation

Definition at line 44 of file analyse.py.


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