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: strpath to the file or directory that should be formatted
url_prefix: strprefix to be prepended to all files to form a working link [default: '']
result_html_prefix: strtext to append to beginning to link [default: '']
result_html_suffix: strtext to append at the end of link [default: '<br>']
Aliases
-
IPython.display.FileLink.__init__