在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:neo4j-graph-analytics/graph-algorithms-notebooks开源软件地址:https://github.com/neo4j-graph-analytics/graph-algorithms-notebooks开源编程语言:JavaScript 77.1%开源软件介绍:Neo4j Graph Algorithms Jupyter NotebooksThis repository contains Jupyter Notebooks for each of the Neo4j graph algorithms. Path findingCommunity DetectionRun the notebooks locallyIf we want to run the notebooks locally we need to setup Python and Neo4j environments. PythonI 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:
Neo4jWe’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. Launching JupyterWe’re now ready to launch the Jupyter server. The notebooks assume that there’s a Neo4j server running at
Navigate to http://localhost:8888/notebooks - the notebooks will be waiting! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论