Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Includes documentation for analysis toolbox

...

We provide Python modules (currently only 3.10) with a series of useful packages pre-installed. This python with only basic Python installed for currently supported Python versions 3.7 through 3.10. Further packages you might need on top of this can be installed via standard methods, e.g. pip.

Additionally, we provide a toolbox of common data analysis tools in both Python and R. This module is available under analysis_toolbox and is updated every 3 months. This module is actually a conda environment which simply sets the correct shell variables for you. You can also use it as a starting location to create your own environments. The definition file may be found here: (e.g. $PATH, $PYTHONPATH, and similar) for you. A list of currently installed Python and R tools in this module may be found under /albedo/soft/install_templates/conda-workspace/plotting/requirementsenv-ymls/analysis-toolbox-03.2023.yml.

If you would like additional libraries in this globally available python environmentsanalysis toolbox, just ask! They will be added whenever the next one is released (January, March, June, and September)

R

Similar to the Python, the R modules are also conda environments. The module r/4.2 also includes r-studio, which you can open from the terminal and then use via X.

...