Marimo and Jupyter: Sharing the joys of the Django ORM with Python Notebooks
You have a Django application, and you've invested loads of time into carefuly modelling your domain in software. Sure you have might have a full blown web app that most users rely on, but wouldn't it be nice use that same ORM and domain model to have data-informed conversations about your work with other people in your organisation who might not be python devs?
Find out how with by using Marimo and Django to make versatile, pythonic, lightweight notebooks, based on lessons from real world use of python notebooks and django projects in the real world.