A Python wrapper for vis.js Network
Project description
- pyvisjs
Python wrapper for vis.js Network
:warning: Beta version disclaimer Please note that this package is in a beta version and backwards-incompatible changes might be introduced in future releases.
pyvisjs is a Python package designed to provide seamless interaction with vis.js network visualizations, allowing users to manipulate and visualize network data using Python.
Usage workflow
- Create a network using python
- Apply standard vis.js options such as colors, shapes or physics
- Apply pyvisjs specific options such as node/edge filtering or highlighting
- Show or generate html file
- Enjoy network interactions in your browser
Installation
You can install PyVisjs via pip:
pip install pyvisjs
Usage example
from pyvisjs import Network
# Create a Network instance
net = Network()
# Add nodes and edges
net.add_node(1)
net.add_node(2)
net.add_edge(1, 2)
# Display the network
net.show("example.html")
For more examples and detailed usage, please refer to the documentation.
Contributing
Contributions are welcome! If you have suggestions, feature requests, or find any bugs, please open an issue or submit a pull request. Make sure to follow the contribution guidelines.
Acknowledgments
This project is inspired by the pyvis Python package and the visNetwork R-language package.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyvisjs-1.0.0b11.tar.gz
.
File metadata
- Download URL: pyvisjs-1.0.0b11.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe132456e267ace6eba07c427b58551fc64dd92e638132a9b1cc90f79e2781e |
|
MD5 | 81d22852b9807b6709617d9a6a621fde |
|
BLAKE2b-256 | b69db8dd6d31fa513cb425fd9407336e60f1f6973f9071a5ea2fdcfd53414e74 |
File details
Details for the file pyvisjs-1.0.0b11-py3-none-any.whl
.
File metadata
- Download URL: pyvisjs-1.0.0b11-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc7239e3c9cfa781bf9d8def718d31931c21e530469c4199847e117b28099e77 |
|
MD5 | dbaee9cea0bef4234544bd6e9cb1d883 |
|
BLAKE2b-256 | a1746999233e8fe04b767a11e53b439415b3d09e119b2b27bbb3b837dc1640b2 |