jupyter_analysis_tools.utils¶
Functions
|
Adds the given path with each subdirectory to the PATH environment variable. |
Extend the PATH environment variable for access to the 7-zip executable. |
|
|
|
|
Formats a given value and its std. |
|
Returns an iterator over a list of tuples (grouping) for a given flat iterable. |
|
|
|
Return true if the provided object is list-like including a numpy array but not a string. |
|
|
|
|
Fix the Jupyter locale which is not UTF-8 by default on some systems (older Windows?). |
|
|
Sets the current directory of the notebook as python package to make relative module imports work. |
|
|
|
Implements the |= operator for dict in Python version <3.9. |