Peer Review & Collaboration for Jupyter Notebooks
Jupyter’s ease of use accompanied with its rich ecosystem makes it an indispensable weapon in the data scientist’s armory. Growing number of data science gro...
Jupyter’s ease of use accompanied with its rich ecosystem makes it an indispensable weapon in the data scientist’s armory. Growing number of data science gro...
Git diffs for Jupyter Notebook are pretty hard to review & resolving merge conflicts is a source of pain. We’re going to look at the two tools that helps...
Starting today ReviewNB is completely free for educational purposes…
Let’s look at all the tools you can leverage to make notebooks play nicely with modern version control systems like git…
Today we’re releasing JDoc, a simple way for teams to review notebooks on GitHub …
There’s no easy way to version control notebooks from Jupyter UI. Of course you can drop down to command line & learn a bunch of git commands to version ...
This article is Git 101 for Jupyter users that are not familiar with Git / GitHub. It’s a hands on tutorial & is meant to be comprehensive. Feel free to ...
Reproducing the computational steps in your own or somebody else’s notebook is fraught with perils. Primarily because there’s no way to capture environment i...
While I love the interactivity of Jupyter notebooks, they lack an awful lot of good software engineering practices (listen to Joel Grus entertaining talk for...