bundles / IPython 9.3.0 / IPython / lib / display / FileLinks
class
IPython.lib.display:FileLinks
source: /IPython/lib/display.py :437
Signature
class FileLinks ( path , url_prefix = '' , included_suffixes = None , result_html_prefix = '' , result_html_suffix = <br> , notebook_display_formatter = None , terminal_display_formatter = None , recursive = True ) Members
Summary
Class for embedding local file links in an IPython session, based on path
Extended Summary
e.g. to embed links to files that were generated in the IPython notebook under my/data, you would do
local_files = FileLinks("my/data") display(local_files)
or in the HTML notebook, just
FileLinks("my/data")Aliases
-
IPython.display.FileLinks