Skip to content

Jupyter widgets for working with RDF graphs.

License

Notifications You must be signed in to change notification settings

sanbales/ipyradiant

 
 

Repository files navigation

ipyradiant

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

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

Powered by ipyctoscape, datashader, and holoviews.

Visualization Widgets

ipyradiant includes several widgets for visualizing RDF graphs that can be accessed through the examples. datashader screencast

Example Tooling Widgets

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

Prerequisites

  • 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 >=1
  • nodejs >=10

Install

ipyradiant with conda (recommended)

conda install -c conda-forge ipyradiant

ipyradiant with pip

pip install ipyradiant

JupyterLab Extensions

Install the lab extensions that ipyradiant depends on.

jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-cytoscape @pyviz/jupyterlab_pyviz qgrid2

For additional information, see CONTRIBUTING.md

Open Source

This work is licensed under the BSD-3-Clause License.

About

Jupyter widgets for working with RDF graphs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Jupyter Notebook 1.9%
  • Other 0.6%