Skip to content

Instantly share code, notes, and snippets.

@draperjames
Created February 28, 2018 16:15
Show Gist options
  • Select an option

  • Save draperjames/e0e07039602c3e1bf6ce3044f8abc9b9 to your computer and use it in GitHub Desktop.

Select an option

Save draperjames/e0e07039602c3e1bf6ce3044f8abc9b9 to your computer and use it in GitHub Desktop.
Create a Jupyter Notebook .gitignore into your repo from windows cmd.
powershell iwr -outf .gitignore https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
echo #Jupyter notebook checkpoint files. >> .gitignore
echo .ipynb_checkpoints/* >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment