Skip to content
New issue

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

DeprecationWarning for node.properties #2

Open
echowhisky opened this issue Jun 23, 2016 · 0 comments
Open

DeprecationWarning for node.properties #2

echowhisky opened this issue Jun 23, 2016 · 0 comments

Comments

@echowhisky
Copy link

In 2ca1abc when you updated the scripts/vis.py file, on Line 95 and Line 97 you still used node.properties.

When I run this in Py3.5 I get a DeprecationWarning that says this should be replaced with dict(node).

I've tried this locally and simply replacing one with the other seems to work fine with no negative impact on your code.

Great update, though. Your code example has been very useful in helping me understand py2neo better and I really like the in-notebook Javascript visualizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant