src/graph_notebook/magics/graph_magic.py (5 lines): - line 139: # TODO: check explicitly for all query types, raise exception for invalid query - line 143: # TODO: refactor large magic commands into their own modules like what we do with %neptune_ml - line 239: # TODO: we should attempt to make a status call to this host before we set the config to this value. - line 831: # TODO: change widgets to let any arbitrary inputs be added by users - line 1412: # TODO: Gremlin api paths are not yet supported. src/graph_notebook/neptune/client.py (3 lines): - line 32: # TODO: Constants for states of each long-running job - line 33: # TODO: add doc links to each command - line 154: # TODO: enum/constants for supported types src/graph_notebook/network/sparql/SPARQLNetwork.py (1 line): - line 161: # TODO: Check back on whether we want to overwrite existing labels src/graph_notebook/configuration/generate_config.py (1 line): - line 134: # TODO: Remove this after we fix the LC script in S3. src/graph_notebook/widgets/src/force_widget.ts (1 line): - line 7: // TODO: Upgrade to newest version of jupyter-widgets/base src/graph_notebook/magics/streams.py (1 line): - line 59: # TODO: Revisit this logic if the Neptune Stream API adds support for querying this src/graph_notebook/magics/completers/graph_completer.py (1 line): - line 233: # TODO: be able to determine if we should suggest SPARQL or Gremlin items src/graph_notebook/network/gremlin/GremlinNetwork.py (1 line): - line 225: # TODO: First node (PathPattern.V) is rendered blank if T.id is a integer instead of a string.