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 7735268 commit af3bb45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions for-scripters/Python/custom-graphics-and-labels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": "MyRokHN2x-Lt"
},
"source": [
"## 2023-05-30"
"## 2025-01-13"
]
},
{
Expand Down Expand Up @@ -88,7 +88,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 All @@ -109,7 +109,7 @@
"id": "4Ov_pIz1x-Lx"
},
"source": [
"In addition to this package (py4cytoscape version 1.7.0), you will need:\n",
"In addition to this package (py4cytoscape version 1.11.0), you will need:\n",
"\n",
"* Install the filetransfer app from https://apps.cytoscape.org/apps/filetransfer\n",
"\n",
Expand Down

0 comments on commit af3bb45

Please sign in to comment.