Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yihangx committed Jan 14, 2025
1 parent af3bb45 commit 80029b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions for-scripters/Python/Cytoscape-and-iGraph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"\n",
"**by Kozo Nishida, Alexander Pico, Barry Demchak**\n",
"\n",
"**py4cytoscape 1.7.0**\n",
"**py4cytoscape 1.11.0**\n",
"\n",
"This notebook will show you how to convert networks between igraph and Cytoscape.\n",
"\n",
"## Prerequisites\n",
"There are two options for using py4cytoscape.\n",
"\n",
"1. **LOCAL** Cytoscape (3.10.0 or greater) + **Local** Jupyter environment (including py4cytoscape).\n",
"2. **LOCAL** Cytoscape (3.10.0 reater) + **Remote** Jupyter environment (including py4cytoscape).\n",
"1. **LOCAL** Cytoscape (3.11.0 or greater) + **Local** Jupyter environment (including py4cytoscape).\n",
"2. **LOCAL** Cytoscape (3.11.0 reater) + **Remote** Jupyter environment (including py4cytoscape).\n",
"\n",
"### Setup required for option **1.**\n",
"\n",
Expand All @@ -43,7 +43,7 @@
},
"outputs": [],
"source": [
"#_PY4CYTOSCAPE = 'git+https://github.com/cytoscape/py4cytoscape@1.7.0' # optional\n",
"#_PY4CYTOSCAPE = 'git+https://github.com/cytoscape/py4cytoscape@1.11.0' # optional\n",
"import requests\n",
"exec(requests.get(\"https://raw.githubusercontent.com/cytoscape/jupyter-bridge/master/client/p4c_init.py\").text)\n",
"IPython.display.Javascript(_PY4CYTOSCAPE_BROWSER_CLIENT_JS) # Start browser client"
Expand Down

0 comments on commit 80029b9

Please sign in to comment.