src/graph_notebook/magics/graph_magic.py (6 lines): - line 257: # TODO: check explicitly for all query types, raise exception for invalid query - line 404: # TODO: refactor large magic commands into their own modules like what we do with %neptune_ml - line 712: # TODO: we should attempt to make a status call to this host before we set the config to this value. - line 885: # TODO: Serialize other result types to SPARQL JSON so we can create table and visualization - line 2063: # TODO: change widgets to let any arbitrary inputs be added by users - line 2871: # TODO: Gremlin api paths are not yet supported. src/graph_notebook/neptune/client.py (3 lines): - line 50: # TODO: Constants for states of each long-running job - line 51: # TODO: add doc links to each command - line 410: # TODO: enum/constants for supported types src/graph_notebook/configuration/generate_config.py (1 line): - line 326: # TODO: Remove this after we fix the LC script in S3. src/graph_notebook/magics/streams.py (1 line): - line 62: # 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 229: # TODO: be able to determine if we should suggest SPARQL or Gremlin items