diff --git a/docs/extras/integrations/tools/python.ipynb b/docs/extras/integrations/tools/python.ipynb index 0bfac7c854..a7bd46d8a6 100644 --- a/docs/extras/integrations/tools/python.ipynb +++ b/docs/extras/integrations/tools/python.ipynb @@ -1,7 +1,6 @@ { "cells": [ { - "attachments": {}, "cell_type": "markdown", "id": "984a8fca", "metadata": {}, @@ -16,7 +15,7 @@ { "cell_type": "code", "execution_count": 1, - "id": "f6593089", + "id": "0196a12d-f716-4622-84e4-86fc27fa797c", "metadata": {}, "outputs": [], "source": [ @@ -27,7 +26,7 @@ { "cell_type": "code", "execution_count": 2, - "id": "6f21f0a4", + "id": "b4058942-c31f-45c6-8bb7-30402f6cc193", "metadata": {}, "outputs": [], "source": [ @@ -37,9 +36,16 @@ { "cell_type": "code", "execution_count": 3, - "id": "7ebbbaea", + "id": "b1bcfa15-ff35-49bf-a986-c40eec3b65fb", "metadata": {}, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Python REPL can execute arbitrary code. Use with caution.\n" + ] + }, { "data": { "text/plain": [ @@ -57,9 +63,11 @@ }, { "cell_type": "code", - "execution_count": null, - "id": "54fc1f03", - "metadata": {}, + "execution_count": 4, + "id": "488542d8-5566-4f28-aaf7-b28a3373ab62", + "metadata": { + "tags": [] + }, "outputs": [], "source": [ "# You can create the tool to pass to an agent\n", @@ -87,7 +95,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.9" + "version": "3.11.2" } }, "nbformat": 4,