معرفی شرکت ها


dashvis-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Dash Plotly implementation of vis.js library
ویژگی مقدار
سیستم عامل -
نام فایل dashvis-0.1.3
نام dashvis
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Levko Ivanchuk
ایمیل نویسنده lewkoo@gmail.com
آدرس صفحه اصلی https://github.com/lewkoo/dashvis
آدرس اینترنتی https://pypi.org/project/dashvis/
مجوز MIT, Apache-2.0
<p align="center"> <a href="https://github.com/lewkoo/dashvis"> <img src="https://github.com/lewkoo/dashvis/blob/main/readme_images/DashVis_Logo.png?raw=true" alt="vis.js logo" width="500" height="200"> </a> </p> <h3 align="center">DashVis Component</h3> <p align="center"> Full implementation of vis.js network framework for Plotly Dash <br> <a href="https://visjs.github.io/vis-network/docs/network/">Explore the documentation</a> · <a href="https://github.com/lewkoo/dashvis/issues/new?template=bug.md">Report a bug</a> · <a href="https://github.com/lewkoo/dashvis/issues/new?template=feature.md">Request a feature</a> <br> <br> <img alt="GitHub Actions" src="https://github.com/facultyai/dash-bootstrap-components/workflows/Tests/badge.svg?branch=main"> <img alt="GitHub" src="https://img.shields.io/github/license/lewkoo/dashvis"> <img alt="npm" src="https://img.shields.io/npm/v/dashvis"> <img alt="PyPI" src="https://img.shields.io/pypi/v/dashvis"> <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/dashvis"> </p> A full implementation of [vis.js][visjs-homepage] Network component for [Dash Plotly][dash-homepage]. Useful for displaying dynamic, automatically organised, customizable network views. ## Table of contents - [Table of contents](#table-of-contents) - [Installation](#installation) - [PyPI](#pypi) - [Quick start](#quick-start) - [See how it is used](#see-how-it-is-used) - [Advanced examples](#advanced-examples) - [Linking a stylesheet](#linking-a-stylesheet) - [Contributing](#contributing) - [Future work 🔨](#future-work-) ## Installation ### PyPI You can install _dashvis_ with `pip`: ```sh pip install dashvis ``` ## Quick start _dashvis_ exposes a single component, _DashNetwork_. Simply create one and include it in your Dash layout. Simplest example: ```python import dash from dash import html from dashvis import DashNetwork app = dash.Dash() app.layout = html.Div([ DashNetwork() ]) if __name__ == '__main__': app.run_server(debug=True) ``` ## See how it is used A simple usage example is provided in `usage.py`. 1. Run: ```shell python -m venv dashvis-venv source dashvis-venv/bin/activate pip install -r requirements.txt npm install npm run build python usage.py ``` 2. Visit <http://localhost:8050> in your web browser ## Advanced examples Examples which cover the entire API of `vis.js` are available in `usage_examples` folder. Running them requires PYTHONPATH to be made aware of `dashvis`. Simply run: ```shell export PYTHONPATH="${PYTHONPATH}:./dashvis" ```` and then run any example from repo root directory of the repository: ```shell python usage_examples/<example_name>.py ``` ## Linking a stylesheet dashvis doesn't come with CSS included. If you enable network manipulation or navigation features, you need to include a stylesheet to draw those components of the network. For convenience, links to vis.js stylesheets are included for you and can be used as follows: ```python import dash import dashvis.stylesheets app = dash.Dash(external_stylesheets=[dashvis.stylesheets.VIS_NETWORK_STYLESHEET]) ``` ## Contributing See [CONTRIBUTING.md](./CONTRIBUTING.md) ## Future work 🔨 - [x] Update `usage.py` - [x] Fix two disabled `vis.js` function calls - [ ] Write tests - [ ] Add tests and code coverage badges - [x] Update this README [dash-homepage]: https://dash.plotly.com/ [visjs-homepage]: https://visjs.github.io/vis-network/docs/network/ [bug-report]: https://github.com/lewkoo/dashvis/issues/new?template=bug.md [feature-request]: https://github.com/lewkoo/dashvis/issues/new?template=feature.md [contribution-guide]: https://github.com/lewkoo/dashvis/blob/main/.github/CONTRIBUTING.md


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl dashvis-0.1.3:

    pip install dashvis-0.1.3.whl


نصب پکیج tar.gz dashvis-0.1.3:

    pip install dashvis-0.1.3.tar.gz