Skip to content

Typo in Chapter 8 notebook #6

@consulthys

Description

@consulthys

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"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions