Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 525 Bytes

ipynb_template

Template for creating a new git repo for an ipython notebook

  1. Clone this repository

  2. Rename the directory to something meaningful

  3. Make sure nbstripout is in your path and chmod +x

  4. Add the following to your .gitconfig:

     [filter "nbstrip"]        
         clean = /home/cfriedline/bin/nbstripout
     	smudge =cat
     	required
    
  5. create a new github repo and change the origin in .git/config

     git remote set-url origin git@github.com:cfriedline/[new_repo].git