我正在尝试使用 tinkerpop3.2.3 在我的 centOS7 上连接 janusgraph0.1.1,在 gremlin shell 中一切正常。我尝试在 python shell 中使用 gremlin-python3.2.3,它也很好用。但是当我将代码移动到 jupyter notebook 时,我得到了 RuntimeError:IOLoop is already running when excuting
g = graph.traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','g'))
那么,是否有可能让 gremlinpython 在 jupyter notebook 中工作?我尝试了 python2.7 和 python3.5