Type | Description |
---|---|
Callable[[~T], ~T] | Callable[[T], T]: A decorator function that either: - Returns the original function unchanged if jupyter-kernel-gateway is installed - Returns a patched version of the function that will raise a helpful error indicating the missing dependency when called |