module documentation
Context utilities.
Exception |
|
Exception raised when an action is taken in an unsupported context. |
Function | get |
Undocumented |
Function | init |
Initializes context settings. |
Function | is |
Determines whether this process is running in Google Colab. |
Function | is |
Determines whether this process is running in Databricks. |
Function | is |
Determines whether this process is running in a Jupyter notebook. |
Function | is |
Determines whether this process is running in a notebook context, either Jupyter or Google Colab. |
Function | _get |
Determine the most specific context that we're in. |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _requires |
Undocumented |
Function | _set |
Undocumented |
Constant | _COLAB |
Undocumented |
Constant | _DATABRICKS |
Undocumented |
Constant | _DATABRICKS |
Undocumented |
Constant | _DATABRICKS |
Undocumented |
Constant | _IPYTHON |
Undocumented |
Constant | _NONE |
Undocumented |
Variable | _context |
Undocumented |
def get_url(address:
str
, port: int
, proxy_url: str
= None, **kwargs: dict[ str, str]
) -> str
:
(source)
¶
Undocumented
Determines whether this process is running in a notebook context, either Jupyter or Google Colab.
Returns | |
True/False |
Determine the most specific context that we're in.
Returns | |
one of |
|