neo4j-contrib / py2neo

EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for Python.
https://py2neo.org
Apache License 2.0
20 stars 8 forks source link

Hyperlink nodes #894

Closed YojanaGadiya closed 3 years ago

YojanaGadiya commented 3 years ago

Dear all,

I am interested in knowing if there is a possibility to create a clickable node? For example, if I have a node with an email address, would it be possible to create a node that has a clicking function to open an email browser or something?

Thank You.

technige commented 3 years ago

I don't understand the issue. Are you sure you have raised this against the right project?

YojanaGadiya commented 3 years ago

I don't understand the issue. Are you sure you have raised this against the right project?

Yes. So I have a node with an email address. I wanted to know if there is a possibility through py2neo of creating a hyperlink on this email address such that when an individual clicks the node, it opens up a dialog box for sending the mail to the respective email id.

technige commented 3 years ago

Clicks on the node where? Py2neo is a connectivity library - it doesn't have a GUI.

YojanaGadiya commented 3 years ago

So with Py2neo one could create a node in Neo4J. When visualizing into Neo4J, is there a possibility to add hyperlinks with respect to the node displayed? If yes, is there anything that can be done by Py2neo or would it be the environmental settign for Neo4J?

technige commented 3 years ago

If you mean the Neo4j browser, then I don't think there is any way to do that. But that would be a question for the browser team at Neo. This is, though, completely unrelated to py2neo functionality.

YojanaGadiya commented 3 years ago

Okay. Sorry. Closing the issue.