Skip to content

Commit

Permalink
Update readme with initialization instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rragundez committed May 24, 2018
1 parent 61e0369 commit 7081a14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# PyDataAmsterdam2018
Contents of the workshop ["Hands-on introduction to Deep Learning with Keras and Tensorflow"](https://pydata.org/amsterdam2018/schedule/) I gave at PyData Amsterdam 2018.

#### Create the conda environment
```
conda env create -f environment.yml
```
#### Launch jupyter notebooks from repo root folder
```
jupyter notebook
```

**Audience level**: Novice

## Description
Expand Down

0 comments on commit 7081a14

Please sign in to comment.