DEV Community

Cover image for JupyterLab Kendo Grid Extension for Pandas DataFrames
1manav_itihash
1manav_itihash Subscriber

Posted on

JupyterLab Kendo Grid Extension for Pandas DataFrames

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

View the repository


πŸ›  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)