cytoscape / py2cytoscape

Python utilities for Cytoscape and Cytoscape.js
https://py2cytoscape.readthedocs.io
MIT License
178 stars 45 forks source link

Running Jupyter Notebook - basic1.ipynb fails to execute #34

Closed jmclark closed 7 years ago

jmclark commented 7 years ago

Trying to run the basic notebook - basic1.ipynb and get the following error. I read thru your issues and saw there was a related error with styles and used that code in an initial cell of notebook to get it to run, but unable. thx for any help you might offer. Looks like an amazing library. We are trying to create a network graph in a notebook happy to show you when done.

ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=1234): Max retries exceeded with url: /v1/styles/visualproperties (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x11896a080>: Failed to establish a new connection: [Errno 61] Connection refused',))

jmclark commented 7 years ago

sorry i realized today, root cause was i did not have the client running