Metadata-Version: 2.4
Name: jupyter-reasonix
Version: 1.2.0
Summary: Reasonix Chat — SSH remote server management through conversation, embedded in Jupyter Lab
Home-page: https://github.com/orangepyt123456/jupyter-reasonix
Author: Reasonix
License: MIT
Keywords: jupyter jupyterlab ssh reasonix chat remote
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: jupyter-server>=2.0.0
Requires-Dist: jupyterlab>=4.0.0
Provides-Extra: ssh
Requires-Dist: ssh-ide-mcp>=2.0.1; extra == "ssh"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# jupyter-reasonix — Reasonix Chat for Jupyter Lab

**Jupyter Lab extension** that adds a Reasonix-style chat panel on the right side.
Connect to remote Linux servers via SSH, manage files and projects through conversation.

## Features

- �️ **Chat Panel** — Reasonix-style chat interface in Jupyter Lab's right sidebar
- 🔌 **SSH Connection** — Connect to remote servers via password or key auth
- 📂 **File Management** — Browse, read, write, edit files through conversation
- 🐍 **Python Execution** — Run code in any conda environment
- 📓 **Notebook Support** — View and execute .ipynb cells
- 💬 **Chat History** — New conversation and history management

## Installation

```bash
pip install jupyter-reasonix
jupyter server extension enable jupyter_reasonix
```

## Usage

1. Launch Jupyter Lab as usual: `jupyter lab`
2. Click the **Reasonix** icon in the right sidebar
3. Connect to your server: enter hostname, username, password
4. Start chatting — the AI agent will help you manage files and projects
5. Use "New Chat" to start fresh, view history to revisit past conversations

## Configuration

Connection settings are saved in `~/.ssh-ide-mcp/config.json`.

## Requirements

- Python 3.9+
- Jupyter Lab 4.x
- Remote server: SSH access
