jglue

glue_jupyter.jglue(*args, **kwargs)[source]

Create a new Jupyter-based glue application.

It is typically easiest to call this function without arguments and load data and add links separately in subsequent calls. However, this function can also take the same inputs as the qglue function.

Once this function is called, it will return a JupyterApplication object, which can then be used to load data, set up links, and create visualizations. See the documentation for that class for more details.