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

(Draft: partially implemented. Dependent on https://github.com/jupyterlab/jupyter-ai/pull/938 https://github.com/jupyterlab/jupyter-ai/pull/943 https://github.com/jupyterlab/jupyter-ai/pull/944) ## Description 1. Ability to delete a partial set of messages (all messages after a specific human message). Effectively backtracks to a...

## Description When cell magics are spawned in a different shell than global (which may be missing) an incorrect ipython shell is used. This is because instead of using the...

bug

## Description `EnvAuthStrategy.keyword_param` works for instantiation of provider models in chat UI but not in magics https://github.com/jupyterlab/jupyter-ai/blob/8efe46bb70698105073c66f9666de55f11531f79/packages/jupyter-ai-magics/jupyter_ai_magics/providers.py#L113-L119 White the chat UI (jupyter-ai package) does handle it correctly: https://github.com/jupyterlab/jupyter-ai/blob/8efe46bb70698105073c66f9666de55f11531f79/packages/jupyter-ai/jupyter_ai/config_manager.py#L438-L461 The `jupyter-ai-magics`...

bug

I have been able to set a default llm and export an API-key to be able to use straight away when starting my jupyter lab. But it seems that I...

enhancement
@jupyter-ai/chatui

### Problem The [learning about local data](https://jupyter-ai.readthedocs.io/en/latest/users/index.html#learning-about-local-data) do not state whether `/learn` is multi-modal and will use text + images. For instance, including plots generated in Jupyter notebooks can be...

documentation
enhancement

## Description I am using Azure as per below setting. The api_version I set in the GUI. When I do so the code complains that I need to set the...

bug

## Description The up and down arrow keys cannot be used to navigate the chat input. The left and right arrow keys seem to work, but not up and down....

bug
priority

Is there a simple way of registering additional local models ? For example, a templated/cookiecutter Python package that could be used to specify the model name and path? It would...

enhancement
help wanted

updates: - [github.com/psf/black: 24.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) - [github.com/sirosen/check-jsonschema: 0.29.0 → 0.29.1](https://github.com/sirosen/check-jsonschema/compare/0.29.0...0.29.1)

maintenance

### Problem Some operators have requested that the chat help message template be configurable. ### Proposed Solution Implement traitlets configuration for the chat help message.

enhancement