Mito is a spreadsheet that lives inside your Jupyter notebooks, Dash apps, and Streamlit apps. It allows you to edit Pandas dataframes like an Excel file, and generates Python code that corresponds to each of your edits.
In this minimal app, I’m using Mito inside a dash app where manual and AI-assisted edits made to the spreadsheet are immediately available as a dynamic dash app.
Code available at: GitHub