This is a submission for the KendoReact Free Components Challenge.
🚀 What I Built
We embedded a Kendo React DataGrid directly inside JupyterLab.
From within a notebook, you can now:
- 🔎 Interactively filter and sort data
- 📋 Select specific cells or rectangular ranges
- 📑 Copy data in different formats
- 🔍 Search across the grid
- 📊 Visualize the same data in charts (bar, pie, scatter) — all without leaving JupyterLab
🎬 Demo
🛠 KendoReact Components Used
Grid & Data Components:
- Grid
- Column
- GridToolbar
- GridPdfExport
- ExcelExport
- ExcelExportColumn
Input & Controls:
- Button
- ButtonGroup
- Checkbox
- Input
- DropDownList
- MultiSelect
UI & Feedback:
- Popup
- Notification
- NotificationGroup
- Slide
- Dialog
- DialogActionBar
Additional Packages:
-
@progress/kendo-data-query -
@progress/kendo-react-icons
✨ Key Highlights:
- Fully interactive data exploration inside JupyterLab
- Charts and data grids work seamlessly in one environment
- Developers can quickly analyze, filter, and export data without switching apps
Top comments (0)