Connecting to Neo4j¶
Anaconda Enterprise enables you to connect to the Neo4j graph database platform to work with data stored while in a notebook session.
To access Neo4j within the platform, you’ll need to pip install the required driver using the following command:
For more information, see the Neo4j Bolt Driver 1.7 for Python documentation.
NOTE: Any packages you install from the command line are available during the current session only. If you want them to persist, add them to the project’s anaconda-project.yml
file. For more information, see Developing a project.
After you’ve installed the required driver, you can then use code such as this to access Neo4j from within a notebook session:
See Storing secrets for information about adding credentials to the platform, to make them available in your projects. Any secrets you add will be available across all sessions and deployments associated with your user account.