signalpilot-ai


Namesignalpilot-ai JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummarySignalPilot Agent - Your Jupyter Notebook Assistant
upload_time2025-09-12 20:54:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseBSD 3-Clause License Copyright (c) 2025, Daniel Schaffield All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords jupyter jupyterlab jupyterlab-extension
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **SignalPilot Agent — The AI-Powered Assistant for Jupyter Notebooks**

![Logo](https://i.imgur.com/JdA8ilQ.png)

---

## **What is SignalPilot Agent?**

**SignalPilot is an AI-native notebook assistant that supercharges your existing Jupyter workflows.**

Built by leading AI and quant researchers from YC, Harvard, MIT, and Goldman Sachs, SignalPilot brings real-time, context-aware assistance directly into JupyterLab.

Use natural language to clean data, write analysis code, debug errors, explore dataframes, and build models—faster and with fewer mistakes.

**No hallucinated code. No context switching. Just faster insights.**

---

## **Why Use SignalPilot Agent in Jupyter?**

Whether you’re a quant, data scientist, or analyst living in notebooks, SignalPilot helps you:

✅ Clean and transform messy data in seconds

✅ Visualize trends, rollups, and anomalies from a prompt

✅ Connect your custom databases in one click and easily explore from notebooks 

✅ Generate *runnable* Python or SQL that fits your current cell + variable context

✅ Auto-detect schema changes and debug downstream errors

✅ Stay private: run entirely *local-first* or in your own secure VPC

✅ Extend JupyterLab without changing how you work

---

## **Perfect For:**

- Data scientists cleaning huge CSVs
- Quant researchers testing ML pipelines
- Product and analytics teams tired of building dashboards and flaky notebooks
- Anyone tired of LLM tools that break their code

---

## **Installation**

### **📦 Requirements**

- JupyterLab >= 4.0.0
- NodeJS (for development)

### **🧠 Install SignalPilot Agent:**

```
pip install jupyterlab signalpilot_ai
```

### **❌ Uninstall:**

```
pip uninstall signalpilot_ai
```

---

## **How to Get Started**

To unlock full functionality, you’ll need SignalPilot API credentials.

👉 [**Request your API key**](https://signalpilot.ai/#contact) or email us at [fahim@signalpilot.ai](mailto:fahim@signalpilot.ai)

---

## **Why SignalPilot**

- ✅ Context-aware code gen: understands variables, dataframes, imports, and prior cells
- ✅ AI that *fixes* schema issues and silent join bugs
- ✅ Inline review + diffs before you run any code
- ✅ Visualizations via natural language (matplotlib, plotly, seaborn supported)
- ✅ BYO LLM: Anthropic, OpenAI, vLLM, Ollama, or HF endpoints
- ✅ Built to run in air-gapped / enterprise environments

---

## **Local Development Instructions**

To contribute or develop locally:

```
# Clone the repo and enter the directory
git clone https://github.com/sagebook/signalpilot_ai.git
cd signalpilot_ai

# Install in editable mode
pip install -e "."

# Link extension to JupyterLab
jupyter labextension develop . --overwrite

# Rebuild on changes
jlpm build
```

For auto-rebuild while editing:

```
# Watch source
jlpm watch

# Run JupyterLab in parallel
jupyter lab
```

---

## **Uninstall in Dev Mode**

```
pip uninstall signalpilot_ai
# Then manually remove labextension symlink from JupyterLab extensions dir.
```

---

## **Want to See SignalPilot in Action?**

🎥 Try the demo notebook or explore at [https://signalpilot.ai](https://signalpilot.ai/)

---

**Built for teams working with sensitive data:**

- Zero data retention by default
- Optional BYO keys for Claude, OpenAI, or local models
- Notebook-specific controls for what the model can “see”
- Fine-grained telemetry settings

---

## **Contact**

Questions? Ideas?

Email: [fahim@signalpilot.ai](mailto:fahim@signalpilot.ai)

Website: [https://signalpilot.ai](https://signalpilot.ai/)

---

AI Jupyter Notebook, JupyterLab Extension, Jupyter Assistant, Data Science Assistant, Jupyter LLM, AI code generation, dataframe cleaning, Jupyter AI, SignalPilot, SignalPilot Agent, AI for dataframes, Jupyter SQL assistant, notebook extension

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "signalpilot-ai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "jupyter, jupyterlab, jupyterlab-extension",
    "author": null,
    "author_email": "Daniel Schaffield <danielschaffield@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/21/bc/f2100bbf622fd8f61ccb4a41ec3f18a9fa805c3dfd9e4796b1ed84737f5c/signalpilot_ai-0.1.1.tar.gz",
    "platform": null,
    "description": "# **SignalPilot Agent \u2014 The AI-Powered Assistant for Jupyter Notebooks**\n\n![Logo](https://i.imgur.com/JdA8ilQ.png)\n\n---\n\n## **What is SignalPilot Agent?**\n\n**SignalPilot is an AI-native notebook assistant that supercharges your existing Jupyter workflows.**\n\nBuilt by leading AI and quant researchers from YC, Harvard, MIT, and Goldman Sachs, SignalPilot brings real-time, context-aware assistance directly into JupyterLab.\n\nUse natural language to clean data, write analysis code, debug errors, explore dataframes, and build models\u2014faster and with fewer mistakes.\n\n**No hallucinated code. No context switching. Just faster insights.**\n\n---\n\n## **Why Use SignalPilot Agent in Jupyter?**\n\nWhether you\u2019re a quant, data scientist, or analyst living in notebooks, SignalPilot helps you:\n\n\u2705 Clean and transform messy data in seconds\n\n\u2705 Visualize trends, rollups, and anomalies from a prompt\n\n\u2705\u00a0Connect your custom databases in one click and easily explore from notebooks \n\n\u2705 Generate *runnable* Python or SQL that fits your current cell + variable context\n\n\u2705 Auto-detect schema changes and debug downstream errors\n\n\u2705 Stay private: run entirely *local-first* or in your own secure VPC\n\n\u2705 Extend JupyterLab without changing how you work\n\n---\n\n## **Perfect For:**\n\n- Data scientists cleaning huge CSVs\n- Quant researchers testing ML pipelines\n- Product and analytics teams tired of building dashboards and flaky notebooks\n- Anyone tired of LLM tools that break their code\n\n---\n\n## **Installation**\n\n### **\ud83d\udce6 Requirements**\n\n- JupyterLab >= 4.0.0\n- NodeJS (for development)\n\n### **\ud83e\udde0 Install SignalPilot Agent:**\n\n```\npip install jupyterlab signalpilot_ai\n```\n\n### **\u274c Uninstall:**\n\n```\npip uninstall signalpilot_ai\n```\n\n---\n\n## **How to Get Started**\n\nTo unlock full functionality, you\u2019ll need SignalPilot API credentials.\n\n\ud83d\udc49 [**Request your API key**](https://signalpilot.ai/#contact) or email us at [fahim@signalpilot.ai](mailto:fahim@signalpilot.ai)\n\n---\n\n## **Why SignalPilot**\n\n- \u2705 Context-aware code gen: understands variables, dataframes, imports, and prior cells\n- \u2705 AI that *fixes* schema issues and silent join bugs\n- \u2705 Inline review + diffs before you run any code\n- \u2705 Visualizations via natural language (matplotlib, plotly, seaborn supported)\n- \u2705 BYO LLM: Anthropic, OpenAI, vLLM, Ollama, or HF endpoints\n- \u2705 Built to run in air-gapped / enterprise environments\n\n---\n\n## **Local Development Instructions**\n\nTo contribute or develop locally:\n\n```\n# Clone the repo and enter the directory\ngit clone https://github.com/sagebook/signalpilot_ai.git\ncd signalpilot_ai\n\n# Install in editable mode\npip install -e \".\"\n\n# Link extension to JupyterLab\njupyter labextension develop . --overwrite\n\n# Rebuild on changes\njlpm build\n```\n\nFor auto-rebuild while editing:\n\n```\n# Watch source\njlpm watch\n\n# Run JupyterLab in parallel\njupyter lab\n```\n\n---\n\n## **Uninstall in Dev Mode**\n\n```\npip uninstall signalpilot_ai\n# Then manually remove labextension symlink from JupyterLab extensions dir.\n```\n\n---\n\n## **Want to See SignalPilot in Action?**\n\n\ud83c\udfa5 Try the demo notebook or explore at [https://signalpilot.ai](https://signalpilot.ai/)\n\n---\n\n**Built for teams working with sensitive data:**\n\n- Zero data retention by default\n- Optional BYO keys for Claude, OpenAI, or local models\n- Notebook-specific controls for what the model can \u201csee\u201d\n- Fine-grained telemetry settings\n\n---\n\n## **Contact**\n\nQuestions? Ideas?\n\nEmail: [fahim@signalpilot.ai](mailto:fahim@signalpilot.ai)\n\nWebsite: [https://signalpilot.ai](https://signalpilot.ai/)\n\n---\n\nAI Jupyter Notebook, JupyterLab Extension, Jupyter Assistant, Data Science Assistant, Jupyter LLM, AI code generation, dataframe cleaning, Jupyter AI, SignalPilot, SignalPilot Agent, AI for dataframes, Jupyter SQL assistant, notebook extension\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License\n        \n        Copyright (c) 2025, Daniel Schaffield\n        All rights reserved.\n        \n        Redistribution and use in source and binary forms, with or without\n        modification, are permitted provided that the following conditions are met:\n        \n        1. Redistributions of source code must retain the above copyright notice, this\n           list of conditions and the following disclaimer.\n        \n        2. Redistributions in binary form must reproduce the above copyright notice,\n           this list of conditions and the following disclaimer in the documentation\n           and/or other materials provided with the distribution.\n        \n        3. Neither the name of the copyright holder nor the names of its\n           contributors may be used to endorse or promote products derived from\n           this software without specific prior written permission.\n        \n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\n        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\n        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\n        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\n        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "SignalPilot Agent - Your Jupyter Notebook Assistant",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://signalpilot.ai/"
    },
    "split_keywords": [
        "jupyter",
        " jupyterlab",
        " jupyterlab-extension"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6556b75b0e1c976f0285c14f3658febd48be99ea4bc44b959f44866695674dfe",
                "md5": "d6ef7ab98fe29698039687407cad72f4",
                "sha256": "a42be39a08ac400d7b2a6c626af9b2613911f153dd976cc96a5c2dbe99654aad"
            },
            "downloads": -1,
            "filename": "signalpilot_ai-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6ef7ab98fe29698039687407cad72f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 961059,
            "upload_time": "2025-09-12T20:54:29",
            "upload_time_iso_8601": "2025-09-12T20:54:29.855181Z",
            "url": "https://files.pythonhosted.org/packages/65/56/b75b0e1c976f0285c14f3658febd48be99ea4bc44b959f44866695674dfe/signalpilot_ai-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "21bcf2100bbf622fd8f61ccb4a41ec3f18a9fa805c3dfd9e4796b1ed84737f5c",
                "md5": "955178bf6ef31dad911bca8bfc0212a3",
                "sha256": "8dc5110c4057a46081cbe02298523e842ccef9fd263e48a62b2849aba579ce1b"
            },
            "downloads": -1,
            "filename": "signalpilot_ai-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "955178bf6ef31dad911bca8bfc0212a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1651935,
            "upload_time": "2025-09-12T20:54:31",
            "upload_time_iso_8601": "2025-09-12T20:54:31.185399Z",
            "url": "https://files.pythonhosted.org/packages/21/bc/f2100bbf622fd8f61ccb4a41ec3f18a9fa805c3dfd9e4796b1ed84737f5c/signalpilot_ai-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 20:54:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "signalpilot-ai"
}
        
Elapsed time: 2.49732s