Skip to content

Commit

Permalink
Fix imports in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyKozhevin authored Nov 27, 2024
1 parent 180d449 commit 71880d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/08_segmentation_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"# Necessary imports\n",
"import os\n",
"import sys\n",
"sys.path.insert(0, './batchflow/')\n",
"sys.path.insert(0, '..')\n",
"\n",
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
Expand Down Expand Up @@ -1035,7 +1035,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.16"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 71880d8

Please sign in to comment.