[GH-ISSUE #1343] Integration with jupyter-ai #62737

Closed
opened 2026-05-03 10:09:22 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @aaronspring on GitHub (Dec 1, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1343

jupyter-ai includes many LLMs into the jupyter interface.

%%ai anthropic:claude-v1.2
Write a poem about C++.

Imagine:

%%ai ollama:llama2
Write a poem about C++.

As GPT4All is included, I guess local ollama models could also be possible.

Originally created by @aaronspring on GitHub (Dec 1, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1343 [`jupyter-ai`](https://jupyter-ai.readthedocs.io/en/latest/index.html) includes many LLMs into the jupyter interface. ```python %%ai anthropic:claude-v1.2 Write a poem about C++. ``` Imagine: ```python %%ai ollama:llama2 Write a poem about C++. ``` As [GPT4All is included](https://jupyter-ai.readthedocs.io/en/latest/users/index.html#model-providers), I guess local ollama models could also be possible.
Author
Owner

@technovangelist commented on GitHub (Dec 4, 2023):

take a look at this for an example notebook that works with ollama: https://github.com/jmorganca/ollama/tree/main/examples/jupyter-notebook

<!-- gh-comment-id:1839553131 --> @technovangelist commented on GitHub (Dec 4, 2023): take a look at this for an example notebook that works with ollama: https://github.com/jmorganca/ollama/tree/main/examples/jupyter-notebook
Author
Owner

@jmorganca commented on GitHub (May 6, 2024):

Hi there! Thanks for the issue. See https://github.com/jupyterlab/jupyter-ai/issues/389 which should have more info

<!-- gh-comment-id:2097092735 --> @jmorganca commented on GitHub (May 6, 2024): Hi there! Thanks for the issue. See https://github.com/jupyterlab/jupyter-ai/issues/389 which should have more info
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#62737