How to install AI-Link

1. Install Jupyter 

brew install python3 unixodbc jupyterlab

2. Install required Python libraries

pip3 install pandas plotly numpy requests pyodbc ipython-sql

3. Download the AtScale library 

mkdir ~/Atscale_python & cd ~/Atscale_python
download atscale.py from Github 
copy atscale.py to ~/Atscale_python

4. Export the Atscale_python directory ( Don't add the line to .profile. run-image.sh will not work properly  )

export PYTHONPATH=~/Atscale_python:$PYTHONPATH

5. Start JupyterLab using:

# jupyter lab  
or 
#jupyter notebook

6. Simple notebook of AI-Link
Sales_Insight_AI-link.ipynb

Was this article helpful?

0 out of 1 found this helpful