-
ploomber
Discontinued The fastest ⚡️ way to build data pipelines. Develop iteratively, deploy anywhere. ☁️
nbdev is a pretty interesting project. I'm working on something similar. nbdev allows you to write Python packages from Jupyter while Ploomber allows you to write modular data pipelines from Jupyter, we've had a bunch of companies report big productivity gains with this approach. That was my motivation to ask this question: I think it's possible to hit a balance between interactivity and production code
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
jupytermosaic
A Jupyter Notebook / Jupyter Lab extension allowing for tiling of cells for a customizable and flexible layout reducing white space.
It's not a miracle cure but if you want a way to make Jupiter notebooks a lot easier to read and be able to present them in day zoom without ludicrous levels of scrolling check out this GitHub plug in for jupyter notebook https://github.com/robertstrauss/jupytermosaic
-
For Python development, the fastai people are promoting a notebook-first development approach with nbdev. They are using notebooks as part of a general development workflow, not just in data exploration setting, and apparently they are seeing significant productivity gains.