ipysigma icon indicating copy to clipboard operation
ipysigma copied to clipboard

A Jupyter widget using sigma.js to render interactive networks.

Results 69 ipysigma issues
Sort by recently updated
recently updated
newest added

Hi ! Are there plans to support rendering of ipysigma in [marimo notebooks](https://marimo.io/). FYI marimo is a recent python notebook tool, which added value is, compared to jupyter, to make...

Hello, I understand that only Sigma objects can be exported to HTML using write_html() function. Do you have a solution to export SigmaGrid to HTML format? It would be a...

enhancement
question

Ever since ipywidget was updated to 8.1.3, the to_html method has been throwing a TypeError during JSON serialization. It is probably related to this PR: https://github.com/jupyter-widgets/ipywidgets/pull/3923

TypeError: Cannot read properties of undefined (reading 'SigmaModel') at embed-amd.js:16:1091664 at async $n.loadModelClass (embed-amd.js:16:1005788) at async $n._make_model (embed-amd.js:16:1002271) i am facing this issue with the lib cant resolve it...

Failed to load model class 'SigmaModel' from module 'ipysigma' Error: No version of module ipysigma is registered at f.loadClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/134.b4eddbb09f5fd50a4007.js?v=b4eddbb09f5fd50a4007:1:74934) at f.loadModelClass (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.9f709c2076672b1bfe2b.js?v=9f709c2076672b1bfe2b:1:10729) at f._make_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.9f709c2076672b1bfe2b.js?v=9f709c2076672b1bfe2b:1:7517) at f.new_model (http://localhost:8888/lab/extensions/@jupyter-widgets/jupyterlab-manager/static/336.9f709c2076672b1bfe2b.js?v=9f709c2076672b1bfe2b:1:5137) at...

bug