Hacker News new | ask | show | jobs
by garysieling 2932 days ago
Does Zeppelin work naturally with git? I've been struggling to get the right setup with just Jupyter
1 comments

Well, good question. The file format for Jupyter is not ideal for 'code craftsmanship', as pointed out by another comment. There are utilities to strip out some of the metadata from the Jupyter files, such as rendered output and run counters, but that is a trade-off to be decided by your team:

https://github.com/kynan/nbstripout