mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-07 09:58:03 +00:00
Change ipython notebook to jupyter notebook
Subcommand `ipython notebook` is deprecated and will be removed in future versions.
This commit is contained in:
@@ -331,7 +331,7 @@ Run the notebook of challenges:
|
|||||||
```
|
```
|
||||||
$ git clone https://github.com/donnemartin/interactive-coding-challenges.git
|
$ git clone https://github.com/donnemartin/interactive-coding-challenges.git
|
||||||
$ cd interactive-coding-challenges
|
$ cd interactive-coding-challenges
|
||||||
$ ipython notebook
|
$ jupyter notebook
|
||||||
```
|
```
|
||||||
|
|
||||||
This will launch your web browser with the list of challenge categories:
|
This will launch your web browser with the list of challenge categories:
|
||||||
|
|||||||
Reference in New Issue
Block a user