0 purchases
adalib 7.3.0
adalib
This repository contains the source code of adalib, the Python library to interact with the AdaLab platform.
Installation
adalib can be installed from PyPI or a devpi index:
# PyPI
pip install adalib
# devpi
pip install --extra-index-url <devpi_index_url> adalib
In order to add it to the dependencies of a Python project using poetry use:
poetry source add --priority=supplemental <repo_name> <devpi_index_url>
poetry source add --priority=primary PyPI
poetry add --source <repo_name> adalib
Usage
See the package documentation, as well as the example Notebooks.
Contributing
See the contributor's guide.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.