jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
### Problem I often find navigating the settings in JupyterLab confusing and challenging. There are times when I'm not sure where to go to adjust certain configurations or access specific...
### Problem I am building educational materials for my data thinking lectures, such as: https://colab.research.google.com/github/onefact/datathinking.org-codespace/blob/main/notebooks/princeton-university/week-1-visualizing-33-million-phone-calls-in-new-york-city.ipynb https://colab.research.google.com/github/jaanli/language-model-notebooks/blob/main/notebooks/getting-started.ipynb https://colab.research.google.com/github/onefact/electronic-health-records/blob/main/notebooks/loading_physionet_mimic_data.ipynb In the last example, there is a lot of repetitive copy and pasting...
### Problem I am always copy and pasting context for large language models to experience less verbal hallucinations, and to ground them using techniques such as in-context learning (appending positively...
## Description Get error message "404 GET /api/ai/chats?token=[secret] (efd31bb56cc24686bea06aa9c4fb330b@::1) 5.90ms referer=None" in terminal. Get error message "There seems to be a problem with the chat backend, please look at the...
## Description Following the instructions in this page: https://jupyterlab.readthedocs.io/en/latest/extension/extension_tutorial.html#extension-tutorial, when as instructed I run the command: pip install -ve . in my_first_extension directory, I will get: INFO:hatch_jupyter_builder.utils:> /tmp/pip-build-env-pcnfq6v7/overlay/bin/jlpm install ➤...
JupyterLab 3 will reach its end of maintenance date on **May 15, 2024**, anywhere on Earth. As a result, **we will not backport new features to the Jupyter AI v1...
## Description In this example notebook I made yesterday: https://colab.research.google.com/github/jaanli/language-model-notebooks/blob/main/notebooks/getting-started.ipynb The prompts render correctly: But in Jupyter lab if I run `jupyter lab notebooks/getting-started.ipynb` from the root of the repo...
## Description When I teach courses, it is hard to have students new to programming understand the limitations of LLMs, so they often take the output at face value. The...
### Problem If user applies /learn to a directory that is empty or only contains unsupported files, the message given will be "Learn documents in **{load_path}** failed. enough values to...
This PR updates the `scripts/bump-version.sh` script to automatically update the dependency on `jupyter-ai-magics` to be equal to the current version of `jupyter-ai` in future releases. After this change, when a...