You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered by MistralAI ✨
6
+
AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite ✨
7
7
8
8
[a screencast showing the Jupyterlite AI extension in JupyterLite](https://github.com/jupyterlite/ai/assets/591645/855c4e3e-3a63-4868-8052-5c9909922c21)
9
9
@@ -16,11 +16,6 @@ AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered
16
16
17
17
- JupyterLab >= 4.4.0a0 or Notebook >= 7.4.0a0
18
18
19
-
> [!WARNING]
20
-
> This extension is still very much experimental. It is not an official MistralAI extension.
21
-
> It is exploring the integration of the MistralAI API with JupyterLab, which can also be used in [JupyterLite](https://jupyterlite.readthedocs.io/).
22
-
> For a more complete AI extension for JupyterLab, see [Jupyter AI](https://github.com/jupyterlab/jupyter-ai).
23
-
24
19
## ✨ Try it in your browser ✨
25
20
26
21
You can try the extension in your browser using JupyterLite:
AI providers typically require using an API key to access their models.
44
+
45
+
The process is different for each provider, so you may refer to their documentation to learn how to generate new API keys, if they are not covered in the sections below.
46
+
47
+
## Using MistralAI
48
+
49
+
> [!WARNING]
50
+
> This extension is still very much experimental. It is not an official MistralAI extension.
51
+
48
52
1. Go to https://console.mistral.ai/api-keys/ and create an API key.
49
53
50
54

0 commit comments