Skip to content

Commit

Permalink
Merge pull request Vadikus#1 from empeje/mpj-solution
Browse files Browse the repository at this point in the history
Add easy installation step
  • Loading branch information
Vadikus authored Dec 26, 2019
2 parents 797bc38 + 906d6bf commit 08414c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ Prerequisite: Python
To use Jupyter Notebooks on your computer - please follow the [installation instructions](https://jupyter.readthedocs.io/en/latest/install.html).
Note: Anaconda installation is recommended if you are not familiar with other Python package management systems.

### Guided Steps

* Install dependencies

```bash
pip install -r requirements.txt
```

* Run jupyter notebook

```bash
jupyter notebook
```

## Agenda/Curriculum

### 00) Introductions:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter==1.0.0

0 comments on commit 08414c3

Please sign in to comment.