Cube Explorer


In [6]:
%%HTML
<button id="do_run_all">Click Here to Explore your Data</button>
<script>
$("#do_run_all").click(
    function () {
        $("#run_all_cells").click();
    });
</script>



In [ ]:
%%javascript
$("#notebook-container").css("width", "100%")

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

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