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

When I add custom styles for :selected, those styles do not apply when clicking on a node and I have not seen an example online where this functionality is working...

question

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

How can I retrieve from Python the positions of the nodes in a graph? When a layout is applied, the field `position` in `.graph.nodes` objects is not updated. So far,...

question

updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.34.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](https://github.com/pre-commit/mirrors-prettier/compare/v2.6.2...v2.7.1) - [github.com/pre-commit/mirrors-eslint: v8.12.0 → v8.19.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.12.0...v8.19.0)

Is there a way to use cytoscape.js extensions? Some are interesting to me, but I have no idea how I could install and enable them.

question

When the mouse enters a graph, the picture's border is highlighted in dashed grey, which causes a shift of the whole picture by one pixel. When the mouse exits, highlighting...

question

When I scroll through a notebook using the mouse wheel, I may pause while hovering a graph, in which case the graph captures the next wheel movement and interpret it...

question

### Problem I cannot work out how to get edges from a pandas table using add_graph_from_df. The add_graph_from_df code takes an edges tuple. edges=tuple() with comment that the first item...

documentation

It would be great to implement the cytoscape functions for saving the current view as an image https://js.cytoscape.org/#core/export This may be tricky because if there are multiple views of the...

enhancement

- Improve `Node`/`Edge` constructors to be more self-contained - Add `Edge` equality operator to do class and source/target aware edge comparison - Fix bug in test `compare` function where wrong...