{"categories":[{"label":"Graphics","url":"https://skillfed.io/packages/category/multimedia-graphics"}],"enrichment":{"capability":"Pyvis creates interactive network graph visualizations by wrapping the visjs JavaScript library, letting you build and display node-and-edge graphs as HTML files.","skillfed_tags":["graph-visualization","interactive-html","network-analysis"],"use_cases":["Visualize social networks or collaboration graphs in Jupyter notebooks for exploratory analysis.","Display knowledge graphs or ontologies as interactive HTML for stakeholder review.","Render network topology diagrams for infrastructure or system architecture documentation.","Explore citation networks or co-authorship graphs interactively.","Create standalone HTML network visualizations to share without requiring Python or special tools."],"what_it_does":"Pyvis is a Python wrapper around the visjs JavaScript visualization library that lets you build interactive network graphs and export them as standalone HTML files. You create a Network object, add nodes and edges programmatically, and call show() to render an interactive visualization that users can pan, zoom, and drag in a web browser.\n\nThe package depends on networkx for graph data structures, jinja2 for HTML templating, ipython for notebook integration, and jsonpickle for serialization. It's designed for exploratory network analysis and interactive graph exploration rather than static batch rendering. The last release was in February 2023, and while the repository shows recent commits, the project is in dormant maintenance status.","worth_installing":"Yes, if you need interactive network visualization in Python and can tolerate dormant maintenance. The package is stable, has no known vulnerabilities, low install friction, and a permissive license. The main risk is that dormancy means bug fixes and compatibility updates are unlikely; if you need active support or cutting-edge features, consider alternatives. For exploratory work and one-off visualizations, it remains practical."},"id":"pyvis","links":{"html":"https://skillfed.io/packages/pyvis","md":"https://skillfed.io/packages/pyvis.md","pypi":"https://pypi.org/project/pyvis/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-02-24","license_spdx":null,"license_treatment":"permissive","name":"pyvis","python_support":"supports_current","summary":"A Python network graph visualization library"},"popularity":{"monthly_downloads":2314585,"position":3145,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.3.2"}
