Skip to content

AWS Neptune Notebook Querying

0

We are not able to query the Neptune DB using AWS Sagemaker Notebook Please find the attached image for the error details

Enter image description here

1 Answer
0

This appears to be related to a recent issue raised on the graph-notebook GitHub repo: https://github.com/aws/graph-notebook/issues/428

Reverting the itables python library to a version earlier than 1.4.3 fixes this issue. To do this, run the following in a new cell in a notebook: !pip install --upgrade itables==1.4.2

AWS
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.