Convert JSONL files into HTML tables with full Markdown rendering support
Project description
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) |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonl2htmlmd-0.1.0.tar.gz
(5.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jsonl2htmlmd-0.1.0.tar.gz.
File metadata
- Download URL: jsonl2htmlmd-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
602e9c9150a2ea4e62c7b35b1b569d5f7dd6dd668bde4e12d3974c55404a30f1
|
|
| MD5 |
fa773f2647119e8269a0187e1265812a
|
|
| BLAKE2b-256 |
e48623cbcff8a4aac3fcd07a01285b68e381fe1b2d6b01be671f9fcf47bc0724
|
File details
Details for the file jsonl2htmlmd-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jsonl2htmlmd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
763a063625b07999b03328ec301de3d7493c69b8533cd74df1c91afcfe51b8c0
|
|
| MD5 |
ea2ecbb6ea696328916a2515b4743ed5
|
|
| BLAKE2b-256 |
77f912f0a1b65110fdbdd2c0b9175a0d51ac14728bbf87f0a244992b962f687c
|