Metadata-Version: 2.4
Name: isql-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

### Requirements
- Jupyter Lab >= 4.x.x


### Installation
- Clone the repository.
- Run the commands:
  ```
  npm install
  npm run build
  jupyter labextension install .
  jupyter lab build
  ```

  
