Skip to content

Commit f8b6edf

Browse files
committed
added comment about from IPython.display import display.
1 parent ea9efa9 commit f8b6edf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ For the curious ones, the cover depicts a [hellbender](https://en.wikipedia.org/
2020
All datasets are included in the repository, with the exception of the aclImdb dataset, which you can download from
2121
the page of [Andrew Maas](http://ai.stanford.edu/~amaas/data/sentiment/). See the book for details.
2222

23+
24+
## Errata
25+
Please note that the first print of the book is missing the following line when listing the assumed imports:
26+
27+
```python
28+
from IPython.display import display
29+
```
30+
Please add this line if you see an error involving ``display``.
31+
2332
## Setup
2433

2534
To run the code, you need the packages ``numpy``, ``scipy``, ``scikit-learn``, ``matplotlib``, ``pandas`` and ``pillow``.

0 commit comments

Comments
 (0)