jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
### Problem Some operators would like `traitlets` configuration for customizing the help message shown in the chat UI when JupyterLab starts.
Something which came up in https://github.com/jupyterlab/jupyterlab/discussions/16082: jupyter-ai plugin names like: https://github.com/jupyterlab/jupyter-ai/blob/144cc9ba0180c11bce319345666da3b44dad13b7/packages/jupyter-ai/src/index.ts#L29 are not prefixed with the package name: https://github.com/jupyterlab/jupyter-ai/blob/144cc9ba0180c11bce319345666da3b44dad13b7/packages/jupyter-ai/package.json#L2 Nothing bad in itself, but since users appear to expect `jupyter...
Users have repeatedly requested for the LLMs to consider the full notebook rather than only the current cell when generating completions, for example in https://github.com/jupyterlab/jupyterlab/issues/15532. However, sending the full notebook...
### Problem /clear command does not clear the default and ask chat handler memory. Given that it clears the window I would expect it to clear the memory as well....
As flagged in this [Jupyterlab forum post](https://discourse.jupyter.org/t/inline-completer-using-jupyter-ai/24388); should be removed in post-processing.
## Description According to this section in the docs the default api key can be set using a terminal command, however instead a 'no such file or directory' error is...
## Description I'm using %%ai to create python code that generates plots. The code is generated and correct but the plot after Output: shows as a missing file icon. ##...
### Problem Currently only way for the user to specify an API key for Jupyter AI chat is to use chat settings UI or edit `config.json` directly (and we don't...
After install jupyter-ai extension, i ask some questions in jupyternaut chatbox, no response displayed but the following error message: anyio._backends._asyncio.ExceptionGroup: 2 exceptions were raised in the task group: ---------------------------- Traceback...