From a87a2524c7f8f55846712a682ffc80b5fc224b73 Mon Sep 17 00:00:00 2001 From: Gengliang Wang Date: Fri, 19 May 2023 10:35:58 -0700 Subject: [PATCH] Remove autoreload in examples (#4994) # Remove autoreload in examples Remove the `autoreload` in examples since it is not necessary for most users: ``` %load_ext autoreload, %autoreload 2 ``` --- docs/modules/agents/tools/examples/zapier.ipynb | 13 ------------- docs/modules/chains/examples/sqlite.ipynb | 11 ----------- 2 files changed, 24 deletions(-) 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",