Skip to content

Interactive widgets to work with tabular data in Julia

License

Notifications You must be signed in to change notification settings

piever/TableWidgets.jl

Repository files navigation

TableWidgets

Build Status codecov.io

This package contains a few basic widgets to build GUIs to work with tabular data as well as examples of such GUIs.

Examples

To run the examples, you need to activate the respective folder and instantiate it to get all dependencies.

import Pkg
import TableWidgets: examplefolder
Pkg.activate(examplefolder)
Pkg.instantiate()
include(joinpath(examplefolder, "explorer", "sputnik.jl"))

tablewidgetsdemo

About

Interactive widgets to work with tabular data in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages