Code Monkey home page Code Monkey logo

graph-algorithms-notebooks's Introduction

Neo4j Graph Algorithms Jupyter Notebooks

This repository contains Jupyter Notebooks for each of the Neo4j graph algorithms.

Run the notebooks locally

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

Python

I use virtualenv 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/activate
pip 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 from neo4j.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 at localhost:7687 with username neo4j and password neo. You can override these values with environment variables.

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

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

graph-algorithms-notebooks's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.