Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active April 27, 2016 09:15
Show Gist options
  • Select an option

  • Save kozo2/61d5bceb08112650f5f5607f3f5293f5 to your computer and use it in GitHub Desktop.

Select an option

Save kozo2/61d5bceb08112650f5f5607f3f5293f5 to your computer and use it in GitHub Desktop.
from py2cytoscape import cytoscapejs
import pandas as pd

cytoscapejs.render(pd.read_json("https://github.com/idekerlab/py2cytoscape/raw/develop/examples/initialisation.json"))

travis passed one

curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
~/Library/Python/2.7/bin/pip install py2cytoscape -U --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment