thanks for your feedback! I agree with you; forcing data scientists doesn't feel like an optimal solution in many fronts. Most companies actually solve the "notebook problem" this way: by asking the data scientists to refactor the notebooks into something else, when I talk to them, something I've realized is that they want to enforce this refactoring process because notebooks are usually unusable for production (dead code paths, non-formatted, contain chunks of code that are not relevant for the final output, etc) and by enforcing this refactoring they ensure data scientists clean up the mess. I think we're still far from making "notebooks in production" mainstream but we'll get there 🙂