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
```
searx_updates
Gengliang Wang 1 year ago committed by GitHub
parent 2abf6b9f17
commit a87a2524c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

@ -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",

Loading…
Cancel
Save