diff --git a/docs/modules/agents/tools/examples/zapier.ipynb b/docs/modules/agents/tools/examples/zapier.ipynb index 8ec1c7a3..e3f4146f 100644 --- a/docs/modules/agents/tools/examples/zapier.ipynb +++ b/docs/modules/agents/tools/examples/zapier.ipynb @@ -27,19 +27,6 @@ "In code, below:" ] }, - { - "cell_type": "code", - "execution_count": 1, - "id": "a363309c", - "metadata": { - "tags": [] - }, - "outputs": [], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, { "cell_type": "code", "execution_count": 2, diff --git a/docs/modules/chains/examples/sqlite.ipynb b/docs/modules/chains/examples/sqlite.ipynb index 6c278e5c..56cdf481 100644 --- a/docs/modules/chains/examples/sqlite.ipynb +++ b/docs/modules/chains/examples/sqlite.ipynb @@ -1,16 +1,5 @@ { "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "id": "ca883d49", - "metadata": {}, - "outputs": [], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, { "cell_type": "markdown", "id": "0ed6aab1",