ipython-gremlin icon indicating copy to clipboard operation
ipython-gremlin copied to clipboard

Results 9 ipython-gremlin issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 5.3.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...

dependencies

I get this error when trying to execute this line: ``` %reload_ext gremlin %matplotlib inline ``` ``` File "/Users/s/anaconda3/envs/py37/lib/python3.7/site-packages/aiohttp/helpers.py", line 30 ensure_future = asyncio.async ^ SyntaxError: invalid syntax ``` I...

I get the following error when I try to get all edges : https://pastebin.com/raw/sPDGi1UR No issues, when I get vertices.

How can i connect to a remote server? pls help

This lib enforces PyYAML 3.12 (current: 5.3.1) and ipython 5.3.0 (current 7.16.1). Please update :slightly_smiling_face:

Hey, `gremlinpython` works well with this Gremlins version however I got issues with your package(`ipython-gremlin==1.0.0`). The following code does not return : ``` In [1]: %load_ext gremlin In [2]: %gremlin.connection.set_current...

Hello, I may be missing something here - but there seems to be an issue with https://github.com/davebshow/ipython-gremlin/blob/master/gremlin/resultset.py#L169 and the current version of networkx. I get the following error message: /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ipython_gremlin-1.0.0-py3.5.egg/gremlin/resultset.py...

Hi I am new to gremlin and this jupyter plugin looked ideal as a platform for learn about it. However, when I try to run the example notebook I get...