
This is a guide for Python users who want to use Cytoscape via cyREST workflows in IPython Notebooks.
I assume you are a Python programmer. You should know how to use pip, IPython Notebook, etc. Also, these examples a lot of 3rd party libraries to demonstrate realistic data analysis and visualization workflows. This means you have to install all of your dependencies manually.
git clone https://github.com/idekerlab/cy-rest-pythoncd cy-rest-pythonipython notebookIf you don't want to install everything by yourself, you can use our Docker container instead.
docker build -t idekerlab/cyrest-demo:1.0 .
docker run -d -p 80:8888 -v $PWD:/notebooks -e "PASSWORD=cyrest" -e "USE_HTTP=1" idekerlab/cyrest-demo:1.0
and open the notebook with your web browser. Make sure youy are using correct IP address!
If you just want to see sample notebooks, you can access them from this index page.
Content type
Image
Digest
sha256:40aa6c79f…
Size
1.3 GB
Last updated
about 11 years ago
docker pull cytoscape/cy-rest-python