import%20marimo%0A%0A__generated_with%20%3D%20%220.15.2%22%0Aapp%20%3D%20marimo.App(width%3D%22medium%22)%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20import%20marimo%20as%20mo%0A%20%20%20%20return%20(mo%2C)%0A%0A%0A%40app.cell%0Adef%20_()%3A%0A%20%20%20%20from%20vega_datasets%20import%20data%0A%20%20%20%20return%20(data%2C)%0A%0A%0A%40app.cell%0Adef%20_(data%2C%20mo)%3A%0A%20%20%20%20explorer%20%3D%20mo.ui.data_explorer(data.iris())%0A%20%20%20%20explorer%0A%20%20%20%20return%20(explorer%2C)%0A%0A%0A%40app.cell%0Adef%20_(explorer)%3A%0A%20%20%20%20explorer.value%0A%20%20%20%20return%0A%0A%0Aif%20__name__%20%3D%3D%20%22__main__%22%3A%0A%20%20%20%20app.run()%0A
be5ebbcf8c33e7e033743753838d0407cef9873b1c74d395474826cdf6056169