Metadata-Version: 2.4
Name: runcell
Version: 0.1.22a5
Summary: AI Agent for Jupyter
Project-URL: homepage, https://www.runcell.dev
Author-email: Elwynn Chen <elwynn.c@kanaries.net>
License: Copyright (c) 2025, Runcell, Kanaries Data Inc., Elwynn Chen
        All rights reserved.
License-File: LICENSE
Keywords: jupyter,jupyterlab,jupyterlab-extension
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: dill
Requires-Dist: html-to-markdown<3.2.0,>=3.1.0
Requires-Dist: ipython
Requires-Dist: jupyter-server
Requires-Dist: jupyter-server-documents==0.2.0
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openai
Requires-Dist: pandas
Requires-Dist: python-dotenv
Requires-Dist: websockets
Description-Content-Type: text/markdown

# runcell

RunCell is an AI-powered JupyterLab extension for working with notebooks, code, and data more efficiently inside JupyterLab.

It allow you to use LLM like Claude/GPT/Gemini, etc to analysis your notebooks and work in your jupyter lab env.

## Requirements

- JupyterLab 4.4 or newer

## Installation

Install RunCell from PyPI:

```bash
pip install runcell
```

Then start JupyterLab as usual:

```bash
jupyter lab
```

## Learn More

For documentation, product updates, and the latest setup information, visit [www.runcell.dev](https://www.runcell.dev).
