pyvis icon indicating copy to clipboard operation
pyvis copied to clipboard

Python package for creating and visualizing interactive network graphs.

Results 185 pyvis issues
Sort by recently updated
recently updated
newest added

Issue: title mouse hover text appears as raw html New pyvis html graph file generated () ![image](https://user-images.githubusercontent.com/55109682/183485552-9c7039c1-1720-4d89-a495-9f572629e065.png) Old working pyvis html graph file ![image](https://user-images.githubusercontent.com/55109682/183485739-e57fe753-4faf-4310-a6a9-7fc00ff88a9d.png) change: ![image](https://user-images.githubusercontent.com/55109682/183486044-e5b8bdac-d482-4982-93f5-b089b9cdadd1.png) It appears that rerunning...

Hi, I am trying to visualize small graphs from within my Jupyter notebook interface on Firefox, at http://localhost:8888/notebooks, running the Jupyter notebook from within a Python 3.9.0 virtual environment. For...

I saw some discussion about this topic in previous issues (for example #85), but didn't immediately find any updates on this topic. Has this functionality been integrated into the current...

Added in a robust html parser looking for hrefs in the node titles to make them clickable. Added testing for the parser as well

Hi, Do you have an minimum working example how to add Node with Color object? and for that I would like to use the Color object described [here](https://visjs.github.io/vis-network/docs/network/nodes.html). I would...

Is it possible to save or dump the node positions once they have been drawn and physics is turned off? It would be great to be able to store each...

enhancement

When calling a function that creates a network through `interact()`, the network is not rendered/loaded. MWE: ``` import ipywidgets as widgets from ipywidgets import interact import numpy as np from...

This PR includes various changes to help with organization of bundled dependencies. visjs css and js files are now packaged into the user's working dir by default, or can be...

I'm working on a large graph network and I've observed that I'm unable to load the data(in my HTML).Noes are formed and connections between nodes are done too but unable...

I am aware that it is possible to hover over an edge to display its label following [these steps](https://stackoverflow.com/questions/67273472/is-it-possible-to-display-weight-of-edges-of-a-network-using-pyvis-and-python). However, I would like said label to be displayed at all...