Skip to content

cfriedline/ipynb_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]:cfriedline/[new_repo].git
    

About

Template for new IPython notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published