Skip to content

Commit

Permalink
Remove enabling of unnecessary notebook extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcis committed Jul 8, 2020
1 parent 36cf573 commit fe896e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions popmon/notebooks/popmon_tutorial_advanced.ipynb
@@ -1,16 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"%matplotlib inline"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
11 changes: 0 additions & 11 deletions popmon/notebooks/popmon_tutorial_basic.ipynb
@@ -1,16 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"%matplotlib inline"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
11 changes: 0 additions & 11 deletions popmon/notebooks/popmon_tutorial_incremental_data.ipynb
@@ -1,16 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2\n",
"%matplotlib inline"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit fe896e3

Please sign in to comment.