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

## Description I see the following warnings in the browser console when I load JupyterLab with Jupyter AI 3.0.0a0 installed: ![Screenshot 2024-12-30 at 10 16 57 AM](https://github.com/user-attachments/assets/19210e14-e73f-45f7-860c-f22d72ea3528) Jupyter AI seems...

bug

Hello, I just received this email from Open AI, possibly you are aware of it. ``` You now have access to OpenAI o1 and OpenAI o3-mini in the API. o1...

enhancement
scope:model-specific

### Problem #1280 helped ensure that `jupyter-ai==X.Y.Z` always requires `jupyter-ai-magics>=X.Y.Z`, preventing future issues about the two packages being out of sync. However, we had to disable the `check-python` step as...

enhancement

### Problem The attachments API does not support directories. ### Proposed Solution Determine how directory attachments should be supported by the backend (while respecting the model's token limit), then implement...

enhancement

### Problem In v3, we currently do not read from the message attachments. ### Proposed Solution - The backend should inject the contents of each attached file directly into the...

enhancement

Parent Issue Link: [#1259 ](https://github.com/jupyterlab/jupyter-ai/issues/1259) ## Description Currently, the copy button in JupyterLab's interface (in the jupyter-ai extension) does not work when the JupyterLab server is served over HTTP (insecure...

enhancement
good first issue

Issue Reference: [Issue-118](https://github.com/jupyterlab/jupyter-ai/issues/118) **Description** Refactored the code responsible for generating markdown tables by replacing custom imperative logic with the [py-markdown-table](https://github.com/hvalev/py-markdown-table) library. - Closes #118. **Changes** - Updated the `_ai_list_command_markdown` method...

enhancement
good first issue

## Revamped Jupyter AI Hi team, We at D.E. Shaw have forked Jupyter AI and made a significant number of changes to greatly enhance the user experience. Our goal was...

Let users send the contents of two or more selected cells with their message in the chat UI.

enhancement
scope:chat-ux
status:triaged

### Problem All text strings in the chat UI are hard-coded in English. ### Proposed Solution Use a localization/internationalization library (l10n/i18n) to localize the chat UI based on the user's...

enhancement
scope:chat-ux
status:triaged