jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

ipyradiant

Jupyter Widgets for RDF graph interaction, querying, and visualization in JupyterLab.

Install Demo Build Docs
pypi-badge
conda-badge
[binder-badge][binder] ci-badge CHANGELOG
CONTRIBUTING
examples

Powered by ipyctoscape, datashader, and holoviews.

Visualization Widgets

ipyradiant includes several widgets for visualizing and interacting with RDF graphs that can be accessed through the examples. ![InteractiveViewer screencast][screencast1]

Example Tooling Widgets

ipyradiant includes examples where visualization and utility widgets are linked into example tooling. ![TabApp screencast][screencast2]

Prerequisites

ipyradiant's python dependencies will install their required nbextensions for Notebook Classic.

For JupyterLab support, ensure you have the following installed:

JupyterLab compatibility

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]

Install

ipyradiant with conda (recommended)

conda install -c conda-forge ipyradiant

ipyradiant with pip

pip install ipyradiant

For additional information, see CONTRIBUTING.md

Open Source

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