A Jupyter widget using sigma.js to render interactive networks. Current version: 0.24.6. Releases are frequent with major version bumps indicating breaking changes.
pip install ipysigmaVerified import paths — ran on the pinned version, not inferred.
Creates an interactive sigma.js network visualization from a NetworkX graph in a Jupyter notebook.
Use `from ipysigma import Sigma`.
Replace `SigmaWidget` with `Sigma`.
Ensure ipywidgets and the JupyterLab manager are installed: `pip install ipywidgets` and `jupyter labextension install @jupyter-widgets/jupyterlab-manager`.
Use only supported layout names: 'circle', 'random', 'forceatlas2'.
Run `pip install ipysigma`.
Upgrade to the latest version: `pip install --upgrade ipysigma` and use `from ipysigma import Sigma`.
Install ipywidgets and enable the extensions: `pip install ipywidgets` and `jupyter nbextension enable --py widgetsnbextension` for classic notebook, or `jupyter labextension install @jupyter-widgets/jupyterlab-manager` for JupyterLab.
No dependency data recorded yet.