question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Proposal for an add_graph_from_neo4j pull request

See original GitHub issue

Problem

There is currently no solution to display Neo4j graphs or the result of a Neo4j Cypher query (subgraph) in Jupyter Notebook.

Proposed Solution

I can make a pull request for aadd_graph_from_neo4j method that takes as input a Neo4j graph or subgraph.

Additional context

This method would add a dependency on the py2neo library. Let me know if that’s ok.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MridulScommented, Jan 14, 2021

Notebook Neo4j_Example2.ipynb is a more comprehensive example that uses our COVID-19-Net Neo4j instance. It works fine on the Pangeo Binder, but doesn’t work on MyBinder.org. I’m not sure why, e.g., a blocked port?

Yeah, only certain ports are allowed for egress traffic on mybinder:

https://github.com/jupyterhub/mybinder.org-deploy/blob/a11fe1d3ad104c3a4777babf586b1f73ec08e8da/mybinder/values.yaml#L44-L51

0reactions
marimeirelescommented, May 25, 2021

Thanks for the great work @pwrose!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding nodes to correct graph branch - Neo4j - 11896
A question regards adding new tail nodes to the model here 'X' - 11896. ... Look I am inexperienced with graphs, but to...
Read more >
Feature Request - Cypher Query Syntax Proposal: USE #721
In my use case, I have running Neo4j instances and each of them has several graphs identified by indexes. But the query syntax...
Read more >
Neo4j - Graph Data Science library - How to cypher-query ...
One workaround is to push this named graph into an offline/empty Neo4j Graph, i.e. CALL gds.beta.graph.export('my-graph', { dbName: 'mydatabase' }) ...
Read more >
What is a graph database and what are its use cases
All these concepts form the data model definitions for Neo4j property graphs. With the later addition of indexing, Cypher became the main way...
Read more >
Get some data insights from Data Insights based on Graph ...
Graph Database : insert the data which includes nodes and relationships to Neo4j Database; Cypher Query: use the Cypher query to analyze the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found