Skip to content

jacobadenbaum/TableBrowse.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TableBrowse

TableBrowse.jl is a TableView.jl and Blink.jl based table viewer for viewing tables in the REPL. It wraps the construction of a Blink window and the insertion of the return from TableView.showtable in it, with appropriate size parameters for displaying tables in the REPL.

It exports a single function browse which takes any Tables.jl as its only argument, and returns the Blink window that displays it.

This allows for quick and easy browsing of tabular data in interactive mode from the REPL.

Installation

This package is not registered, so you can install it with the command

] add https://github.com/jacobadenbaum/TableBrowse.jl

About

Easy Browsing of Tabular Data from the REPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages