import%20marimo%0A%0A__generated_with%20%3D%20%220.14.12%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
75bd1398ff398a19b618eb0890862c38029891ed9c3d96001194f012c61ff91a