Created
December 12, 2017 13:41
-
-
Save Manuel4131/f7dec5fe13b43260c2a90884b805fe6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Python Environment Setup | |
| Update the `pip` to latest version; older version might have trouble with dependency | |
| ```python | |
| pip3 install --upgrade pip | |
| ``` | |
| Then install `jupyter Notebook` | |
| ```python | |
| pip3 install jupyter | |
| ``` | |
| This command is given to `open` the book | |
| ```python | |
| jupyter-notebook | |
| ``` | |
| Next section: The commands about `jupyter-notebook` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment