Michael Chin
Michael Chin
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...
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.** As of `gremlinpython==3.6.x`, the Gremlin Python client currently uses GraphSON V3 serializer as the default encoding format when creating a...
**Is your feature request related to a problem? Please describe.** Pull requests #236 and #296 will add a number of new visualization query options for `%%sparql`. We should add accompanying...
Issue #, if available: #294 Description of changes: - Allow use of node property values with SPARQL `--group-by`/`--display-property`/`--tooltip-property` visualization options. - Change default node group from value of binding `type`...
Issue #, if available: #44 Description of changes: - Added new options to `%seed` to support loading from a specified file location. - `--language`: Specifies which language endpoint(`gremlin`,`cypher`, or `sparql`)...
**Is your feature request related to a problem? Please describe.** The '--display-property' and '--edge-display-property' query magic parameters currently only allow for a single property value to be selected. It would...
Issue #, if available: #28 Description of changes: - Added `-sn`/`--node-scaling-property` and `-se`/`--edge-scaling-property` to query magics. These options are specified along with property names, the values of which will be...
Issue #, if available: #157 Description of changes: - Updated the `Grouping-and-Appearance-Customization-Gremlin` sample notebook with an example of how to use the `dynamic` edge smoothing setting. By submitting this pull...