Skip to content

Commit 1b46ec0

Browse files
committed
🐛 remove hard coded in colab variable
1 parent 98da876 commit 1b46ec0

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

1_3_seaborn.ipynb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@
7575
"IN_COLAB = \"COLAB_GPU\" in os.environ"
7676
]
7777
},
78-
{
79-
"cell_type": "code",
80-
"execution_count": null,
81-
"metadata": {},
82-
"outputs": [],
83-
"source": [
84-
"IN_COLAB = True"
85-
]
86-
},
8778
{
8879
"cell_type": "code",
8980
"execution_count": null,

1_3_seaborn.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656

5757
IN_COLAB = "COLAB_GPU" in os.environ
5858

59-
# %%
60-
IN_COLAB = True
61-
6259
# %%
6360
DATA_DIR = Path("data")
6461

0 commit comments

Comments
 (0)