Skip to content

Commit

Permalink
fix: fix jupyter GH link
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 committed Nov 22, 2024
1 parent 2d3f600 commit aacfe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/examples/jupyter-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CodeGroup, CodeSegment, DocsCode, GithubCodeSegment } from "../../compo

**Jupyter notebook** natively supports asyncio, and as [Agents ↗️](/guides/agents/getting-started/whats-an-agent) are asynchronous by design, Jupyter and Agents work together with ease.

Please check out the example code in our [examples repo ↗️](https://github.com/fetchai/uAgent-Examples/tree/main/5-documentation/jupyter-notebook) to run this locally.
Please check out the example code in our [examples repo ↗️](https://github.com/fetchai/uAgent-Examples/tree/main/6-helpers/jupyter-notebook) to run this locally.

## Installation

Expand Down

0 comments on commit aacfe6a

Please sign in to comment.