graph-notebook icon indicating copy to clipboard operation
graph-notebook copied to clipboard

Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.

Results 78 graph-notebook issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** If a user submits multiple queued bulk load jobs, there is no other way to cancel these other than to...

enhancement

**Is your feature request related to a problem? Please describe.** The `%load_ids` magic currently fetches a full list of all bulk load IDs that were previously submitted to a writer...

enhancement

Issue #, if available: #314 Description of changes: - Added new `neo4j` section to `%%graph_notebook_config` for Neo4J authentication options. In this section, users can now specify a `username`, `password`, and...

Issue #, if available: N/A Description of changes: - Disabled line wrapping for result rows - Reverted font of results to type `monospace` and size `12px` - Fixed a bug...

For rapid testing, the ability to disable SSL verification helps to prevent `CertificateError` errors ``` { 'error': SSLError(MaxRetryError( 'HTTPSConnectionPool(host=\'xxxx.elb.us-east-1.amazonaws.com\', port=80): Max retries exceeded with url: /status (Caused by SSLError(CertificateError("hostname \'xxxx.elb.us-east-1.amazonaws.com\'...

enhancement

**Is your feature request related to a problem? Please describe.** I have a non AWS server (cosmosdb), that hosts a gremlin graph, that I'd like to connect. **Describe the solution...

enhancement
Gremlin

Issue #, if available: #303 Description of changes: - Added new `-m`/`--media-type` option to `%%sparql` magic. Allows the user to specify the results output format, if applicable for the SPARQL...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Since the graph-notebook supports running openCypher queries and using the bolt protocol, it would...

enhancement

**Describe the bug** The raw output for a construct query is not in any valid RDF format (N-Quads should be the default according to [docs](https://docs.aws.amazon.com/neptune/latest/userguide/sparql-media-type-support.html)). **To Reproduce** Steps to reproduce...

bug

The 1.1.0.0 release of Amazon Neptune adds a `iteratorType=LATEST` parameter to the stream to find the most recent transaction and operation on the stream. The `%stream_viewer` magic should be updated...

enhancement