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
Copy file name to clipboardexpand all lines: README.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@
8
8
9
9
[](https://github.com/sponsors/datalayer)
*Use Jupyter AI Agent, an AI Agent equipped with tools like 'execute', 'insert_cell', and more, to transform your Jupyter Notebooks into an intelligent, interactive workspace!*
16
+
*The Jupyter AI Agents are equipped with tools like 'execute', 'insert_cell', and more, to transform your Jupyter Notebooks into an intelligent, interactive workspace!*
17
17
18
-

18
+

Jupyter AI Agent empowers **AI** models to **interact** with and **modify Jupyter Notebooks**. The agent is equipped with tools such as adding code cells, inserting markdown cells, executing code, enabling it to modify the notebook comprehensively based on user instructions or by reacting to notebook and kernel events.
31
+
Jupyter AI Agents empowers **AI** models to **interact** with and **modify Jupyter Notebooks**. The agent is equipped with tools such as adding code cells, inserting markdown cells, executing code, enabling it to modify the notebook comprehensively based on user instructions or by reacting to notebook and kernel events.
32
32
33
33
This agent is **innovative** as it is designed to **operate on the entire notebook**, not just at the cell level, enabling more comprehensive and seamless modifications.
34
34
@@ -43,25 +43,25 @@ This powerful functionality is made possible through [jupyter-nbmodel-client](ht
43
43
44
44
## Usage
45
45
46
-
This library is documented on https://jupyter-ai-agent.datalayer.tech.
46
+
This library is documented on https://jupyter-ai-agents.datalayer.tech.
47
47
48
48
We put here a quick example for a Out-Kernel Stateless Agent helping your JupyterLab session.
49
49
50
-
To install Jupyter AI Agent, run the following command.
50
+
To install Jupyter AI Agents, run the following command.
51
51
52
52
```bash
53
-
pip install jupyter_ai_agent
53
+
pip install jupyter_ai_agents
54
54
```
55
55
56
56
Or clone this repository and install it from source.
The Jupyter AI Agent can directly interact with JupyterLab and the modifications made by the Jupyter AI Agent can be seen in real-time thanks to [Jupyter Real Time Collaboration](https://jupyterlab.readthedocs.io/en/stable/user/rtc.html). Make sure you have JupyterLab installed with the Collaboration extension.
64
+
The Jupyter AI Agents can directly interact with JupyterLab. The modifications made by the Jupyter AI Agents can be seen in real-time thanks to [Jupyter Real Time Collaboration](https://jupyterlab.readthedocs.io/en/stable/user/rtc.html). Make sure you have JupyterLab installed with the Collaboration extension.
Copy file name to clipboardexpand all lines: docs/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
[](https://github.com/sponsors/datalayer)
10
10
11
-
# Jupyter AI Agent Docs
11
+
# Jupyter AI Agents Docs
12
12
13
-
> Source code for the [Jupyter AI Agent Documentation](https://datalayer.io), built with [Docusaurus](https://docusaurus.io).
13
+
> Source code for the [Jupyter AI Agents Documentation](https://datalayer.io), built with [Docusaurus](https://docusaurus.io).
Copy file name to clipboardexpand all lines: docs/docs/agents/index.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ import DocCardList from '@theme/DocCardList';
4
4
5
5
Make sure the you understand the [**Deployment Modes**](/docs/deployments) referring to where the agent is running, and the [**Interactions Modes**](/docs/interactions) referring to how the agent is used.
6
6
7
-
Jupyter AI Agent currently provides the following agents.
7
+
Jupyter AI Agents currently provides the following agents.
8
8
9
9
<DocCardList />
10
10
11
11
## Create your own Agent
12
12
13
-
More Jupyter AI Agent like `Code Refactor Agent`, `Documentation Agent`... can be created by extending the base class.
13
+
More Jupyter AI Agents like `Code Refactor Agent`, `Documentation Agent`... can be created by extending the base class.
Copy file name to clipboardexpand all lines: docs/docs/deployments/in-kernel/index.mdx
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This is not the recommended way and should be used only for development purposes
8
8
9
9
:::
10
10
11
-
To install Jupyter AI Agent, run the following command.
11
+
To install Jupyter AI Agents, run the following command.
12
12
13
13
```bash
14
-
pip install jupyter_ai_agent
14
+
pip install jupyter_ai_agents
15
15
```
16
16
17
-
The Jupyter AI Agent can directly interact with JupyterLab and the modifications made by the Jupyter AI Agent can be seen in real-time thanks to [Jupyter Real Time Collaboration](https://jupyterlab.readthedocs.io/en/stable/user/rtc.html).
17
+
The Jupyter AI Agents can directly interact with JupyterLab and the modifications made by the Jupyter AI Agents can be seen in real-time thanks to [Jupyter Real Time Collaboration](https://jupyterlab.readthedocs.io/en/stable/user/rtc.html).
18
18
19
19
Make sure you have JupyterLab installed with the Collaboration extension.
Copy file name to clipboardexpand all lines: docs/docs/index.mdx
+7-7
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ sidebar_position: 1
4
4
5
5
# Overview
6
6
7
-
**Jupyter AI Agent** is a flexible and powerful solution for using and creating **✨ AI Agents** to interact with **📓 Jupyter Notebooks**
7
+
**Jupyter AI Agents** is a flexible and powerful solution for using and creating **✨ AI Agents** to interact with **📓 Jupyter Notebooks**
8
8
with tools like `insert_cell`, `execute_cell`...
9
9
10
10
:::info
11
11
12
-
**Jupyter AI Agent** empowers **AI models** to **interact** with and **modify** Jupyter Notebooks.
12
+
**Jupyter AI Agents** empowers **AI models** to **interact** with and **modify** Jupyter Notebooks.
13
13
14
14
:::
15
15
16
-

16
+

17
17
18
18
The Agent is equipped with [Tools](/docs/tools) such as adding Code Cells, inserting Markdown Cells, executing Code, enabling it to modify the Notebook comprehensively based on user instructions or by reacting to Notebook and Kernel events.
19
19
20
-
## What is an AI Agent?
20
+
## What is an AI Agents?
21
21
22
22
An artificial intelligence (AI) agent is a system that **autonomously performs tasks** by designing workflows and **using tools**.
23
23
@@ -26,12 +26,12 @@ Beyond processing language, these agents make decisions, solve problems, interac
26
26
Leveraging Large Manguage Models (LLMs), AI agents process user inputs step-by-step and call external tools as needed to tackle
27
27
complex tasks effectively.
28
28
29
-
## What Makes Jupyter AI Agent Unique?
29
+
## What Makes Jupyter AI Agents Unique?
30
30
31
31
This agent is **innovative** as it is designed to **operate on the entire Notebook**, not just at the Cell level, enabling more comprehensive and seamless modifications.
32
32
33
33
```
34
-
Jupyter AI Agent <-----------> JupyterLab
34
+
Jupyter AI Agents <-----------> JupyterLab
35
35
|
36
36
| (RTC Real Time Collaboration)
37
37
|
@@ -57,6 +57,6 @@ This powerful functionality is made possible through the Jupyter [NbModel](https
57
57
58
58
**We value your feedback!**
59
59
60
-
If you encounter any issues or have suggestions for improvement, please open a [GitHub issue](https://github.com/datalayer/jupyter-ai-agent/issues).
60
+
If you encounter any issues or have suggestions for improvement, please open a [GitHub issue](https://github.com/datalayer/jupyter-ai-agents/issues).
Copy file name to clipboardexpand all lines: docs/docs/models/azure/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Azure OpenAI
2
2
3
-
Jupyter AI Agent supports models from [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service).
3
+
Jupyter AI Agents supports models from [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service).
4
4
5
5
Read the [Azure Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai) to get the needed credentials and make sure you define them in the following environment variables.
Get started by creating a Jupyter platform in the cloud with Jupyter AI Agent. You will get Jupyter on Kubernetes with a cloud database and storage bucket to persist your notebooks and datasets.
18
+
Get started by creating a Jupyter platform in the cloud with Jupyter AI Agents. You will get Jupyter on Kubernetes with a cloud database and storage bucket to persist your notebooks and datasets.
0 commit comments