Skip to content

Commit df1a1ca

Browse files
authored
Update README (#100)
1 parent 5689420 commit df1a1ca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# Glue JupyterLab Extension
1+
# Gluepyter
2+
3+
The Glue application for JupyterLab
24

35
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/gluepyter/main?urlpath=lab)
46

57
## Overview
68

79
Glue is an open-source data exploration tool that allows users to visualize and analyze data in a way that is intuitive and easy to understand. This JupyterLab extension brings Glue's data exploration capabilities directly into JupyterLab, allowing users to seamlessly analyze and visualize data without leaving their JupyterLab environment.
810

11+
![gluepyter](gluepyter.png)
12+
13+
## What is the difference with Glue-jupyter?
14+
15+
[`glue-jupyter`](https://github.com/glue-viz/glue-jupyter) is a library for creating a Glue "application" object directly in Python from a Jupyter Notebook (either using classic Notebook or JupyterLab) and create Glue "viewers" using tools like bqplot or Matplotlib.
16+
17+
Gluepyter is an extension that allows opening Glue sessions directly from the JupyterLab application. It reuses components of glue-jupyter for creating the viewers and the underlying Glue application object.
18+
919
## Requirements
1020

1121
- JupyterLab >= 4.0.0,<5

gluepyter.png

229 KB
Loading

0 commit comments

Comments
 (0)