Processing of Bacmman measurement tables
Project description
PyBerries
PyBerries is a Python package that can be used to import, manipulate and plot data from Bacmman measurement tables.
It relies mainly on Pandas for data handling and Seaborn/Matplotlib for plotting.
Installation
Optional: install Jupyter-lab (to run Jupyter Notebooks)
Anaconda (recommended)
Anaconda will install both Python and Jupyter-lab (used to run Python notebooks) easily. Note however that it requires ~5 Gb free disk space. For a lighter installation procedure, see the next section "Command line install".
- Download Anaconda from the official website
- Run the installer (leave all options as default)
- Start "Anaconda Navigator"
- In Anaconda, launch the "Jupyter Lab" module (you might need to click on "Install" first)
Command line install
- Open a terminal (macOS/Linux) or Powershell (Windows)
- Install Python
- Enter the command
python --version - If an error or a version < 3.9 is shown, download and install Python from the official website
- Enter the command
- After installing, restart your terminal/powershell; the
python --versioncommand should display a version number > 3.9 - Install Jupyter Lab
- In a terminal/powershell, run the command
python -m pip install jupyterlab - After the installation completes, Jupyter Lab can be started using the command
jupyter-lab
- In a terminal/powershell, run the command
Installing the package
To install the package, use the following command in a terminal:
python -m pip install PyBerries
You can also install a specific version number (useful e.g. to make sure you code won't be broken by a future update):
python -m pip install PyBerries==0.2.8
In a jupyter notebook, use the command:
%pip install PyBerries, or %pip install PyBerries==0.2.8 for a specific version.
Getting started
Try downloading and running the tutorial notebook to get acquainted with data import and plotting in PyBerries.
For further details, see the main functionalities documentation, as well as the DatasetPool documentation.
For more info and examples on plots, see the plot_preset documentation and the Seaborn documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyBerries-0.2.14.tar.gz.
File metadata
- Download URL: PyBerries-0.2.14.tar.gz
- Upload date:
- Size: 27.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f999f92af1c11446b0a9e5d0ae0fa94c599cec63609d9e394ec1d2911751f88
|
|
| MD5 |
e26f6a9892e26ea5b4259bad27089a4d
|
|
| BLAKE2b-256 |
2db6a7239b77cbf2ab701e323c3bebf64194499a404076b8fe354aa055363501
|
File details
Details for the file PyBerries-0.2.14-py3-none-any.whl.
File metadata
- Download URL: PyBerries-0.2.14-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7cb8d2ac5115853f732bbef539e7969da796ac62dea939beba2535ba7c5000
|
|
| MD5 |
e922ac47b2081daafda3d55f9b2b42e9
|
|
| BLAKE2b-256 |
aebe9f20a2383b9e357bb8941b54dd6ead93c5ee8e590426675854d5668a5995
|