From e8e1c4158446ed0b4a7582168194a4a3eef7607a Mon Sep 17 00:00:00 2001 From: Kishan Bagaria Date: Mon, 18 Apr 2016 22:26:11 +0530 Subject: [PATCH] Change `ipython notebook` to `jupyter notebook` Subcommand `ipython notebook` is deprecated and will be removed in future versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 564e4e9..39b3312 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Run the notebook of challenges: ``` $ git clone https://github.com/donnemartin/interactive-coding-challenges.git $ cd interactive-coding-challenges -$ ipython notebook +$ jupyter notebook ``` This will launch your web browser with the list of challenge categories: