jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

A generative AI extension for JupyterLab

Results 319 jupyter-ai issues
Sort by recently updated
recently updated
newest added
trafficstars

### Problem There is no help message in JAI v3 yet. ### Proposed Solution Use https://github.com/jupyterlab/jupyter-chat/pull/221 to provide a custom help message that describes how to use Jupyter AI v3.

enhancement

## Description Post processing is not properly working for many coder LLM like Qwen2.5-Coder-32B or Codestral 32B. Completions include multiple code blocks. ## Reproduce 1. Enable the inline completions 2....

bug

When a query is deleted there is an unintended response from the LLM, the steps to reproduce are as follows: ![Image](https://github.com/user-attachments/assets/671cb88f-d3dd-4ceb-998a-d02fb3280889) (ignore the content of the response, I am using...

bug

## Description In Jupyter AI v2, the AI settings were easy to find at the top of each chat. In the current v2 alpha, a user has to go to...

bug

## Description Code attached from the cell has no code highlighting in the chat window. ## Reproduce 1. Send message with code attached from an active cell to the chat...

bug

### Problem Jupyternaut should provide capabilities of Jupyter AI available in v2. ### Proposed Solution - Add tool for RAG, learning files & querying learned files - Add tool for...

enhancement
scope:jupyternaut

### Problem I would like to use jupyter-ai in my classroom Jupyterhub without asking students to manually configure API keys. Environmental variables are a commonly used in Jupyterhub and elsewhere...

enhancement

### Problem The `ConfigManager` has caused several bugs for Jupyter AI users in the past. ### Proposed Solution - Remove the "config schema" feature in `ConfigManager`, which is largely unused....

enhancement

### Problem As @JGuinegagne called out in #1324, we should clean up server logging prior to v3. ### Proposed Solution Ensure logs are readable and not excessively verbose.

enhancement