Our great sponsors
-
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
-
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
-
Mergify
Tired of breaking your main and manually rebasing outdated pull requests?. Managing outdated pull requests is time-consuming. Mergify's Merge Queue automates your pull request management & merging. It's fully integrated to GitHub & coordinated with any CI. Start focusing on code. Try Mergify for free.
-
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.