Utilities

Upstream packages

The following tools are among the software currently tested in NeuroFedora and can be installed directly from upstream forges (e.g. PyPi). You can see the tests results here.

Python packages

Reference/bibliography managers

Fedora does not currently include any of these tools. However, the developers provide pre-built binaries that are ready to use.

JabRef

Full featured bibliography manager written in Java.

Zotero

Zotero client. You can also create an account on the Zotero web-service and use it to sync your bibliography between different machines.

System packages

The following general purpose utilties are included in the repositories:

Python Science Stack

The python-science package group includes commonly used scientific Python libraries. This can be installed using dnf:

sudo dnf install @python-science

The individual packages may also be installed independently:

matplotlib

sudo dnf install python3-matplotlib

The Python plotting package.

Jupyter Notebook

sudo dnf install python3-notebook

Jupyter notebook.

numpy

sudo dnf install python3-numpy

Fundamental package for array computing with Python.

pandas

sudo dnf install python3-pandas

Python Data Analysis library.

pillow

sudo dnf install python3-pillow

The Python Imaging Library.

read-roi

sudo dnf install python3-read-roi

Read ROI files .zip or .roi generated with ImageJ.

scikit-image

sudo dnf install python3-scikit-image

Collection of algorithms for image processing.

scikit-learn

sudo dnf install python3-scikit-learn

Machine learning in Python.

scipy

sudo dnf install python3-scipy

Python library for scientific computing.

statsmodels

sudo dnf install python3-statsmodels

Statistics in Python.

sympy

sudo dnf install python3-sympy

Library for symbolic mathematics.

visidata

sudo dnf install visidata

An interactive multitool for tabular data.