jupyter_analysis_tools.utils¶
Functions
Prepends the Scripts directory of the current Python environment base directory to systems PATH variable. |
|
|
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 stdandard deviation to physics notation, e.g. '1.23(4)'. |
|
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. |
|
|
|
Replaces the drive letter of the given path by the respective network path, if possible. |
|
Split string into list of strings and integers. |
|
Returns a dict of mapping drive letters to network paths (on Windows). |
|
|
Fix the Jupyter locale which is not UTF-8 by default on 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. |