cy-jupyterlab
cy-jupyterlab copied to clipboard
Jupyter lab widget for rendering graphs (networks)
The last NPM release was 5 years ago. When will the new version from a few months ago get pushed to NPM?
Hi cy team! Thank you for the great tool! I'm trying to use `cy-jupyterlab` [example](https://github.com/idekerlab/cy-jupyterlab/blob/master/example/example.ipynb) on JupyterLab 1.1.4 and I've faced with the error `Javascript Error: o.cyNetworkUtils is not a...
when i follow the installation instructions, an error occurs in `npm run build`: ``` $ npm run build > [email protected] build /Users/jamesanderson/jupyter/cy-jupyterlab > tsc node_modules/@types/react-transition-group/TransitionGroup.d.ts:16:30 - error TS2314: Generic type...
Does cy-jupyterlab have any facility for editing the graph and returning the graph to python code in the jupyterlab notebook? cy-jupyterlab appears to be designed to view graphs - but...
When we import the cx data from NDEX, wrong point of data is referenced as a NetworkName. The code of catching NetworkName is below. [https://github.com/idekerlab/cy-jupyterlab/blob/5b512c3d6bbe162d61a485e3457e8e44fdefc2db/src/index.tsx#L74](url)
When use cy-jupuyterlab on python's cell like example, the graph is not drawn on center and the button is disabled. Maybe the Cytoscape.js doesn't catch the size of window at...
This extension no longer installs in JupyterLab 3.x. It throws an error when trying to run `jupyter labextension install cy-jupyterlab`, stating that css-loader 7 is not compatible with Node 16....