Jupyter Widgets for RDF graph interaction, querying, and visualization in JupyterLab.
Install | Demo | Build | Docs |
---|---|---|---|
|
[][binder] | CHANGELOG CONTRIBUTING examples |
Powered by ipyctoscape, datashader, and holoviews.
ipyradiant
includes several widgets for visualizing and interacting with RDF graphs
that can be accessed through the examples. ![InteractiveViewer screencast][screencast1]
ipyradiant
includes examples where visualization and utility widgets are linked into
example tooling. ![TabApp screencast][screencast2]
python >=3.6
ipyradiant
's python dependencies will install their required nbextensions
for
Notebook Classic.
For JupyterLab support, ensure you have the following installed:
jupyterlab >=3
nodejs >=10
While ipyradiant
doesn't provide any JupyterLab extensions, it depends on a number of
them.
The release of JupyterLab 3 has made some version compatibility unpredictable. Below are some researched combinations that should work.
jupyterlab |
ipycytoscape |
pyviz_comms |
pip install |
---|---|---|---|
>=3,<4 |
>=1.1.0 |
>=1.0.3 |
ipyradiant[lab3] |
ipyradiant
with conda
(recommended)conda install -c conda-forge ipyradiant
ipyradiant
with pip
pip install ipyradiant
For additional information, see CONTRIBUTING.md
This work is licensed under the BSD-3-Clause License.
[binder]: https://mybinder.org/v2/gh/jupyrdf/ipyradiant/master?urlpath=lab/tree/index.ipynb
[screencast1]: https://user-images.githubusercontent.com/32652349/113428662-2daafe80-93a5-11eb-9328-f5325c0ab4df.gif [screencast2]: https://user-images.githubusercontent.com/32652349/113429085-f2f59600-93a5-11eb-90de-3dd07d3258f1.gif