Skip to content

Instantly share code, notes, and snippets.

@Manuel4131
Created December 12, 2017 13:41
Show Gist options
  • Select an option

  • Save Manuel4131/f7dec5fe13b43260c2a90884b805fe6d to your computer and use it in GitHub Desktop.

Select an option

Save Manuel4131/f7dec5fe13b43260c2a90884b805fe6d to your computer and use it in GitHub Desktop.
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