What is the best way to use Jupyter notebooks and Github? The diffs in the comments are barely readable, and I recall being some wah to handle it properly. Could somebody help me here? #dataviz#datascience#jupyter#git#github
@mpm There is https://www.reviewnb.com for github reviews of jupyter notebooks and https://github.com/jupyter/nbdime for terminal diffs. but also, my two cents: keep notebooks to the very bare minimum (tutorials, interactive viz) and put the rest of your code in proper Python modules that you import from the notebook.