Examples#
This page contains a few examples of how you can use AICS package.
Installation#
You can install AICS using pip
:
pip install AICS
Requirement already satisfied: AICS in /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages (0.0.0)
Requirement already satisfied: click<9.0.0,>=8.1.3 in /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages (from AICS) (8.1.7)
Note: you may need to restart the kernel to use updated packages.
Usage#
from aics import get_version
print(get_version())