import%20marimo%0A%0A__generated_with%20%3D%20%220.13.15%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
d2d0793bf3843bdca76f93787b61e9f1b0f4d701d7c08289e77a65b0c06d6414