ipython-gremlin
ipython-gremlin copied to clipboard
SyntaxError: ensure_future = asyncio.async
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 am on python 3.7.4 and jupyter==1.0.0