jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
## Description I see the following warnings in the browser console when I load JupyterLab with Jupyter AI 3.0.0a0 installed:  Jupyter AI seems...
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...
### 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...
### 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...
### 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...
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...
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...
## 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.
### 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...