Installation#
Retentioneering can be installed via pip using PyPI.
pip install retentioneering
Or directly from Jupyter notebook or google.colab.
!pip install retentioneering
Python versions support#
Officially Python 3.8, 3.9, 3.10 and 3.11.
Supported environments for visual tools#
To ensure the best performance when using our visual tools, we recommend running them with the following configuration:
Environments
Jupyter Notebook
JupyterLab
JupyterHub
Google Colab
Browsers
Google Chrome
Safari
Firefox
Upgrade#
From command line
pip install --upgrade retentioneering
Directly from Jupyter notebook
!pip install --upgrade retentioneering