Hosting a Neptune Analytics graph-notebook on your local machine - Neptune Analytics

Hosting a Neptune Analytics graph-notebook on your local machine

It is also possible to install and run a Neptune Analytics graph notebook on your local machine. You can find instructions in the GitHub graph-notebook repository:

When setting up for Neptune Analytics:

  • When setting the connection using %%graph_notebook_config, make sure to set the neptune_service field to the value neptune-graph.

  • If you're connecting to a private graph endpoint, you need to enable access to the VPC where the Neptune Analytics instance resides. The easiest way to set this is up is using an SSH tunnel to a proxy EC2 instance in the VPC. For more information, see Connecting graph notebook locally to Amazon Neptune in GitHub.

  • If you're using a public graph endpoint, no additional connectivity setup is required.