We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98da876 commit 1b46ec0Copy full SHA for 1b46ec0
1_3_seaborn.ipynb
@@ -75,15 +75,6 @@
75
"IN_COLAB = \"COLAB_GPU\" in os.environ"
76
]
77
},
78
- {
79
- "cell_type": "code",
80
- "execution_count": null,
81
- "metadata": {},
82
- "outputs": [],
83
- "source": [
84
- "IN_COLAB = True"
85
- ]
86
- },
87
{
88
"cell_type": "code",
89
"execution_count": null,
1_3_seaborn.py
@@ -56,9 +56,6 @@
56
57
IN_COLAB = "COLAB_GPU" in os.environ
58
59
-# %%
60
-IN_COLAB = True
61
-
62
# %%
63
DATA_DIR = Path("data")
64
0 commit comments