Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jupyter notebooks showing how to use Neo4j Graph Algorithms

NotificationsYou must be signed in to change notification settings

vigneshsabapathi/graph-algorithms-notebooks

 
 

Repository files navigation

This repository contains Jupyter Notebooks for each of theNeo4j graph algorithms.

Run the notebooks locally

If we want to run the notebooks locally we need to setup Python and Neo4j environments.

Python

I usevirtualenv but that’s just one option.We can run the following set of commands to create a Python environment with the libraries installed:

virtualenv a. a/bin/activatepip install -r requirements.txt

Neo4j

We’ll also need to have a Neo4j server, with the Graph Algorithms library installed, running locally.The easiest way to do this is to download the Neo4j Desktop fromneo4j.com/download.

Once we’ve done that we can create a project and then install Graph Algorithms from the Plugins section.

installation

Launching Jupyter

We’re now ready to launch the Jupyter server.

The notebooks assume that there’s a Neo4j server running atlocalhost:7687 with usernameneo4j and passwordneo.You can override these values with environment variables.

NEO4J_HOST="bolt://localhost:7687" NEO4J_USER="neo4j" NEO4J_PASSWORD="neo" jupyter notebook

Navigate tohttp://localhost:8888/notebooks - the notebooks will be waiting!

About

Jupyter notebooks showing how to use Neo4j Graph Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript77.1%
  • Jupyter Notebook22.3%
  • Other0.6%

[8]ページ先頭

©2009-2025 Movatter.jp