From 5c0f67a9580cdc7ba6546b726bd20e3af16571cb Mon Sep 17 00:00:00 2001 From: Matthew Hayes Date: Tue, 25 Oct 2016 13:57:43 -0700 Subject: [PATCH] #53 Rename IPython to Jupyter --- {{ cookiecutter.repo_name }}/.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/{{ cookiecutter.repo_name }}/.gitignore b/{{ cookiecutter.repo_name }}/.gitignore index c062195..1867d7a 100644 --- a/{{ cookiecutter.repo_name }}/.gitignore +++ b/{{ cookiecutter.repo_name }}/.gitignore @@ -66,9 +66,8 @@ target/ # Pycharm .idea -# IPython NB Checkpoints +# Jupyter NB Checkpoints .ipynb_checkpoints/ # exclude data from source control by default /data/ -