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

A generative AI extension for JupyterLab

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

## Description Not able to load the magic ## Reproduce ``` pip install -U jupyter-ai ``` ```python %load_ext jupyter_ai_magics ``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[2], line...

bug

I just installed `pipenv` installed Jupyter AI and I have set an environmental variable for OPENAI_API_KEY and it worked out of the box super easy. See the image below. My...

bug

## Description When I run `%load_ext jupyter_ai` I get an error (see below) ## Reproduce ## Context running on MacOS, in Brave browser, jupyter notebook (not lab, but had the...

bug
status:Needs Info

### Problem Set of models that Jupyter AI supports / provides is continiously increasing in size. As a result, testing new functionality or changes with all models is not feasible...

enhancement

### Problem Users would like to learn from local documents, and ask questions of files via retrieval augmented generation (RAG), without using the chat UI. ### Proposed Solution Make equivalents...

enhancement
@jupyter-ai/magics
project:learn-ask

## Description ## Reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error '...' ## Expected behavior ## Context - Operating System and...

bug

I'm using a macbook air with an apple Silicon M1 on Ventura. python 3.9.18 jupyter 1.0.0 pyhd8ed1ab_10 conda-forge jupyter-ai 2.9.1 pypi_0 pypi jupyter-ai-magics 2.9.1 pypi_0 pypi Using the jupyterlab jupyter-ai...

bug

### Problem The chat message history, used to provide context for questions in Jupyter AI's chat UI, is shared among all users on the same server. If one user clears...

enhancement
@jupyter-ai/chatui

### Problem I work on the Google Earth Engine team. Our product often returns map tiles as analysis outputs, and it might be helpful to immediately send them to an...

enhancement

## Description I am using the jupyter ai extension with a custom model provider as per steps in https://jupyter-ai.readthedocs.io/en/latest/users/index.html#custom-model-providers I have not modified the output format in the custom model...

bug