ipycytoscape icon indicating copy to clipboard operation
ipycytoscape copied to clipboard

A Cytoscape Jupyter widget

Results 78 ipycytoscape issues
Sort by recently updated
recently updated
newest added

Say you are building a Graph node by node, edge by edge, style by style. NO error is raised in the building. then: `display(G)` and nothing appears. How to debug...

### Problem Our logging system is not as good as it could be. ### Proposed Solution I propose doing something like this: ``` # assuming loglevel is bound to the...

enhancement

Hello, first I would like to thank you for this great library ### Problem I am trying to use the tooltip feature to display some more information on nodes and...

enhancement

I was checking the dependencies and I'm sure all of them run on macOS but I think also on windows. We should add it to our CI :)

enhancement

### Suggestion Is a suggestion as I'm not sure if we want to have this kind of default style that overrides cytoscape patterns. Seeing this amazing example by @pwrose: ![image](https://user-images.githubusercontent.com/17600982/104581139-125a0e00-5656-11eb-892e-b78ab358af3a.png)...

enhancement
css

Checks should be added to `add_edges` and `add_nodes` that the `node/edge` being added is actually a valid node/edge object and if not we should fail with a clear error message....

enhancement
good first issue

Ian and I are always saying "Oh, it'd be great to have this example in our docs!" but because we can't always add them immediately we don't and we end...

documentation
good first issue

It would be great if `add_graph_from_json` accepted either a dict or a str. If a str it should be interpreted as a path to a json file and the method...

enhancement
good first issue

It would awesome to be able to resize the view similar to how ipympl does it. ![ipympl-resize](https://user-images.githubusercontent.com/10111092/82286845-b4f9aa00-996c-11ea-83a7-b46c44d62f19.gif) I think this would require two steps: 1. Resize the DOM element that...

I am trying to animate a graph using ipywidgets but the output is flickering. Is there a native way to embed the widget in ipywidgets? I am trying to figure...

bug