You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / lib / display / FileLink / __init__

function

IPython.lib.display:FileLink.__init__

source: /IPython/lib/display.py :389

Signature

def   __init__ ( self path url_prefix = '' result_html_prefix = '' result_html_suffix = <br> )

Parameters

path : str

path to the file or directory that should be formatted

url_prefix : str

prefix to be prepended to all files to form a working link [default: '']

result_html_prefix : str

text to append to beginning to link [default: '']

result_html_suffix : str

text to append at the end of link [default: '<br>']

Aliases

  • IPython.display.FileLink.__init__