Skip to content

Accept app root path as kwarg to dash method? #232

Open
@tanmaykm

Description

@tanmaykm

Noticed that the dash method does not accept a keyword arg for the app root path, and instead calls the built in app_root_path() to determine that here:

result = DashApp(app_root_path(), isinteractive(), config, index_string)

I am facing an issue where my code layout and app invocation does not suit the heuristic the app_root_path() method uses. It would be useful if the dash method could accept a keyword arg for that.

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