Cube Explorer

This is a notebook you can use to select mutliple cubes with which to make up to two plots.

Run the top cell to see your widgets, and then make your selections in the Files, SubPlots and Plots menus.

Select mutliple cubes by holding the Control button on your keyboard while making your selections. Press 'add tab' to choose cubes from extra filepaths, and then load cubes from all tabs by pressing 'load these files'.


In [ ]:
import cube_browser.explorer
exp = cube_browser.explorer.Explorer()

In [ ]:
print(exp.cubes)
print(exp.mpl_kwargs)