Skip to content

Command line options

Damien Farrell edited this page Dec 14, 2017 · 2 revisions

Launching dataexplore from the command line allows you to provide several options using unix type '-' switches.

Show help:

dataexplore -h

Open a dataexplore project file:

dataexplore -p <project file>

Open a dataframe stored as a messagepack file:

dataexplore -f <msgpack file>

Open a csv file and try to import it:

dataexplore -i <csv file>

Open an excel file:

dataexplore -x <excel file> (xls or xlsx)

Launch a basic test table with no plot frame

dataexplore -t