Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Chapter 8 notebook #6

Open
consulthys opened this issue Dec 23, 2015 · 1 comment
Open

Typo in Chapter 8 notebook #6

consulthys opened this issue Dec 23, 2015 · 1 comment

Comments

@consulthys
Copy link

In the Search-As-You-Type, Completion, and Suggestion (Elasticsearch).ipynb notebook, the two following typos (file name + path) needs to be corrected:

movies=pickle.load(open("../../movies_list.p","rb"))

should read

movies=pickle.load(open("../movies.p","rb"))

@yyi
Copy link

yyi commented Aug 29, 2019

movies=pickle.load(open("../movies.p","rb")) on Windows system it shoud be movies=pickle.load(open("../movies.p","r"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants