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
The documentation says that you can do this:
net.add_node(0) net.add_node(1) net.add_edge(0, 1)
And the 0 and 1 will display next to the node. For me, this does not happen. It does happen if I use strings for the names of the nodes, ie.
net.add_node("0") net.add_node("1") net.add_edge("0", "1")
Not a big deal, really. Just not like the docs.
pyvis 0.3.2 +
IPython : 8.20.0 ipykernel : 6.28.0 ipywidgets : 8.0.4 jupyter_client : 8.6.0 jupyter_core : 5.5.0 jupyter_server : 2.10.0 jupyterlab : 4.0.11 nbclient : 0.8.0 nbconvert : 7.10.0 nbformat : 5.9.2 notebook : 7.0.6 qtconsole : 5.5.0 traitlets : 5.7.1
The text was updated successfully, but these errors were encountered:
I'll add that colors and titles also do not work if your node ID is numeric
Sorry, something went wrong.
No branches or pull requests
The documentation says that you can do this:
And the 0 and 1 will display next to the node. For me, this does not happen. It does happen if I use strings for the names of the nodes, ie.
Not a big deal, really. Just not like the docs.
pyvis 0.3.2 +
The text was updated successfully, but these errors were encountered: