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 f52d294 commit 7630212Copy full SHA for 7630212
etils/ecolab/auto_display_utils.py
@@ -105,6 +105,7 @@ def auto_display(activate: bool = True) -> None:
105
Args:
106
activate: Allow to disable `auto_display`
107
"""
108
+
109
if not epy.is_notebook(): # No-op outside Colab
110
return
111
etils/epath/abstract_path.py
@@ -17,6 +17,7 @@
17
from __future__ import annotations
18
19
from collections.abc import Callable
20
+import functools
21
import os
22
import pathlib
23
import typing
0 commit comments