Browse Source

add template for Jupyter Notebooks

Co-Authored-By: Lin Kao-Yuan <mosdeo@gmail.com>
pull/2884/head
Brendan Forster 5 years ago
parent
commit
db803b4c87
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      community/Python/JupyterNotebooks.gitignore

+ 9
- 0
community/Python/JupyterNotebooks.gitignore View File

@@ -0,0 +1,9 @@
# gitignore template for Jupyter Notebooks
# website: http://jupyter.org/

.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
#

Loading…
Cancel
Save