Skip to content

Listing 2-1 missing app instantiation #8

@ghost

Description

Code Listing 2-1 on page 24 misses the assignment of the app variable. Instead, the pandas import is repeated.

So in line 5 instead of:

import pandas as pd

It should be:

app = Dash(__name__)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions