Template for creating a new git repo for an ipython notebook
-
Clone this repository
-
Rename the directory to something meaningful
-
Make sure
nbstripoutis in your path and chmod +x -
Add the following to your .gitconfig:
[filter "nbstrip"] clean = /home/cfriedline/bin/nbstripout smudge =cat required -
create a new github repo and change the origin in
.git/configgit remote set-url origin git@github.com:cfriedline/[new_repo].git