• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

neo4j-graph-analytics/graph-algorithms-notebooks: Jupyter notebooks showing how ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

neo4j-graph-analytics/graph-algorithms-notebooks

开源软件地址:

https://github.com/neo4j-graph-analytics/graph-algorithms-notebooks

开源编程语言:

JavaScript 77.1%

开源软件介绍:

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!




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap