Change ipython notebook to jupyter notebook

Subcommand `ipython notebook` is deprecated and will be removed in future versions.
This commit is contained in:
Kishan Bagaria 2016-04-18 22:26:11 +05:30
parent b1a07b6d48
commit e8e1c41584

View File

@ -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: