cellmage.utils.file_utilsยถ

Functions

display_directory(directory_path[, ...])

Display files from a directory with various options and render directly in Jupyter.

display_files_as_table(files_list, directory)

Format a list of files as a markdown table with customizable columns.

display_files_paginated(files_list, directory)

Display files with pagination as a markdown table.

list_directory_files(directory_path[, ...])

List files in a directory with filtering options.