We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce, run the following in a jupyter notebook (example taken from the documentation):
from pyvis.network import Network import networkx as nx g = Network(notebook=True) g.from_nx(nx.florentine_families_graph()) g.show_buttons(filter_=['nodes']) g.show("ex.html")
Click on the color picker (under nodes>color>background), select apply.
Expected behavior: The background color of the nodes changes. Actual behavior: The color picker goes blank and nothing changes in the graph.
I have tried it on Windows 10 and Ubuntu 24 and in python 3.12 and 3.7, both in notebook and stand-alone mode.
I don't know if this is a pyvis problem or a VisJs problem, but the devs should probably look into it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce, run the following in a jupyter notebook (example taken from the documentation):
Click on the color picker (under nodes>color>background), select apply.
Expected behavior: The background color of the nodes changes.
Actual behavior: The color picker goes blank and nothing changes in the graph.
I have tried it on Windows 10 and Ubuntu 24 and in python 3.12 and 3.7, both in notebook and stand-alone mode.
I don't know if this is a pyvis problem or a VisJs problem, but the devs should probably look into it.
The text was updated successfully, but these errors were encountered: