Skip to content

lllabmaster/jsonl2htmlmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonl2htmlmd

A command-line tool to convert JSONL files into interactive HTML tables with full Markdown rendering support.

Supports:

  • GitHub-flavored Markdown
  • Syntax highlighting via highlight.js
  • Pagination, search, and sorting via DataTables
  • Large JSONL datasets
  • LLM / SFT dataset visualization

Installation

pip install jsonl2htmlmd

Usage

jsonl2htmlmd -i data.jsonl -o output.html

Specify columns:

jsonl2htmlmd -i data.jsonl -o output.html -f prompt,response,analysis

Arguments

Argument Description
-i, --input Input JSONL file path
-o, --output Output HTML file path
-f, --fields Comma-separated field names (optional)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages