Skip to content

dash

numerous.frameworks.dash

Module for integrating Numerous with Dash.

get_session()

Get the session for the current user.

Returns:

Name Type Description
Session Session

The session for the current user.

Source code in numerous/frameworks/dash.py
11
12
13
14
15
16
17
18
19
def get_session() -> Session:
    """
    Get the session for the current user.

    Returns:
        Session: The session for the current user.

    """
    return Session(cg=DashCookieGetter())