shell#
Interactive shell helper for datakit.
Opens an embedded IPython (falling back to the stdlib code REPL) with a
datakit object pre-loaded into the namespace. Shared by the
mesofield datakit shell CLI command and python -m mesofield.datakit.
Depending on the target the shell is seeded with:
a directory ->
dataset(aDataset) plus itsinventoryand areportfromexplore()a
.pkl/.h5file ->df(the materialized DataFrame loaded viaload_dataset()) plus itsreportnothing -> just the datakit package bound as
datakit