معرفی شرکت ها


dash-multipage-1.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A framework to simplify some of the challenges in setting up multipage dash pages.
ویژگی مقدار
سیستم عامل -
نام فایل dash-multipage-1.0.1
نام dash-multipage
نسخه کتابخانه 1.0.1
نگهدارنده ['Jonathan Diamond']
ایمیل نگهدارنده []
نویسنده Jonathan Diamond
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/axlan/dash-multipage
آدرس اینترنتی https://pypi.org/project/dash-multipage/
مجوز MIT
# dash-multipage A framework to simplify some of the challenges in setting up multipage dash pages This can be used as is to reduce the boilerplate for a multipage app, or used as a template. The basic structure is to create an instance of dash_multipage.MultiPageDashController. This adds the layout and callbacks to the dash app passed in as an argument. It provides the nav buttons on top, and handles selecting the page based on the URL. It expects that the app will load Bootstrap CSS for pretty navigation tabs. Each page is an implementation of dash_multipage.ControllerBase. The implementation gives the link information, layout and callbacks. To handle loading a page with specific selections, the from dash_multipage.URLArgs provides a way to generate links with the current input, dropdown, etc. selection preserved. This is not required, and you can generate a multipage app without this functionality. As a minor note, there is also a set of classes that override dash's Input, Output, and State. These are merely a convenience wrapper to allow them to be initialized directly from the components. # Example An example app is found in example/ To run with flask: FLASK_DEBUG=1 FLASK_APP=example/multipage_app.py:SERVER flask run


نیازمندی

مقدار نام
- dash
- dash-html-components
- dash-core-components


نحوه نصب


نصب پکیج whl dash-multipage-1.0.1:

    pip install dash-multipage-1.0.1.whl


نصب پکیج tar.gz dash-multipage-1.0.1:

    pip install dash-multipage-1.0.1.tar.gz