Installation on Linux
Method 1: Installation of the ChannelAttribution Pro package for Python and R
If you want to install ChannelAttribution Pro package you can:
-
Get a password to use ChannelAttribution Pro by filling in this short form
Method 2: Installation with Docker
ChannelAttribution Pro is also available through ChannelAttribution Pro JLab, a docker container which includes Jupyter Lab with Python, R and ChannelAttribution Pro installed.
-
Download and install Docker for Linux
-
Download docker container chattrpro-jlab by running in a terminal the following instruction:
docker pull channelattributionpro/chattrpro-jlab:latest
- Start the container by running in a terminal the following instruction:
docker run -it --rm -v "/LOCAL/FOLDER":/home/jovyan -p 127.0.0.1:8989:8888 -e GRANT_SUDO=yes -u root --name channelattributionpro -d channelattributionpro/chattrpro-jlab:latest start.sh jupyter lab --NotebookApp.token=''
replace /LOCAL/FOLDER with the absolute path of a local folder you want to share with the container.
- In your favorite browser visit:
127.0.0.1:8989
- Get a password to use ChannelAttribution Pro by filling in this short form