Metadata-Version: 2.4
Name: ilegend-cell-ui
Version: 0.1
Summary: Adds a kernel dropdown to every code cell
Author: Shanmukh Raj
License: BSD-3-Clause
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# ILegend Kernel for Jupyter

The **ILegend Kernel** is a custom Jupyter kernel designed to support interactive development with both Python and Legend code in a seamless environment.

## Features

- **Dual Kernel Selection**: Each code cell in a notebook using the ILegend Kernel has a dropdown at the top-left corner.
  - This dropdown allows users to **choose between `Python` and `Legend`** for that specific cell.
  - By default, cells use the ILegend Kernel, but this dropdown enables switching the execution context conveniently.

## How It Works

- When a notebook is using the ILegend Kernel:
  - A small dropdown appears in the **top-left corner** of each code cell.
  - You can switch between:
    - `Python` – for executing Python code
    - `Legend` – for running code in the Legend language (custom DSL)

This allows you to write notebooks that seamlessly mix both languages in the same document.

