Python package for creating and visualizing interactive network graphs
Python package for creating and visualizing interactive network graphs. A pyvis network can be customized on a per node or per edge basis. Nodes can be given colors, sizes, labels, and other metadata. Pyvis is built around visjs, a JavaScript visualization library.
Python package for creating and visualizing interactive network graphs. A pyvis network can be customized on a per node or per edge basis. Nodes can be given colors, sizes, labels, and other metadata. Pyvis is built around visjs, a JavaScript visualization library.
To install py312-pyvis, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-pyvis
To see what files were installed by py312-pyvis, run:
port contents py312-pyvis
To later upgrade py312-pyvis, run:
sudo port selfupdate && sudo port upgrade py312-pyvis
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.