cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
264 stars 62 forks source link

graph displays locally but not in Binder #273

Closed brianminsk closed 3 years ago

brianminsk commented 3 years ago

Any ideas why this graph displays in a local Jupyter Notebook but not on binder, please?

https://mybinder.org/v2/gh/brianminsk/binder_test/HEAD

MridulS commented 3 years ago

Could you create a new file (environment.yml) in that repo (https://github.com/brianminsk/binder_test) and add this config to it?

name: ipycytoscape
channels:
  - conda-forge
dependencies:
  - ipycytoscape>=1.0.3
  - jupyterlab=3

This will make sure the environment is correctly set up at binder.

brianminsk commented 3 years ago

Thank you - that worked. Sorry, I am new to Jupyter ...