Exemple #1
0
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return
        from abupy import WidgetUpdate
        widget = WidgetUpdate()
    return widget()
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return
        from abupy import WidgetSearchStockInfo
        widget = WidgetSearchStockInfo()
    return widget()
Exemple #3
0
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return
        from abupy import WidgetVerifyTool
        widget = WidgetVerifyTool()
    return widget()
Exemple #4
0
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return
        from abupy import WidgetSearchStockInfo
        widget = WidgetSearchStockInfo()
    return widget()
Exemple #5
0
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return

        import abupy
        # check_cn=False因为上文已经check了
        abupy.env.enable_example_env_ipython(check_cn=False)
        from abupy import WidgetRunLoopBack
        widget = WidgetRunLoopBack()
    return widget()
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return

        import abupy
        # check_cn=False因为上文已经check了
        abupy.env.enable_example_env_ipython(check_cn=False)
        from abupy import WidgetQuantTool
        widget = WidgetQuantTool()
    return widget()
def show_ui():
    with widget_base.show_ui_ct() as go_on:
        if not go_on:
            return

        import abupy
        # check_cn=False因为上文已经check了
        abupy.env.enable_example_env_ipython(check_cn=False)
        abupy.env.g_project_kl_df_data_example = '/Users/momantang/Documents/work/csv/'
        from abupy import WidgetRunLoopBack
        widget = WidgetRunLoopBack()
    return widget()