Here is what I did to run it on Linux (Lubuntu 16.0)
Prerequisites:
sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev libmagic-dev libblas-dev liblapack-dev
Configure IHaskell Locally
git clone https://github.com/gibiansky/IHaskell.git cd IHaskell pip3 install -r requirements.txt curl -sSL https://get.haskellstack.org/ | sh stack install gtk2hs-buildtools stack setup stack install
Install Haskell Kernal for IPython
stack exec -- ihaskell install --stack
Launch Haskell in Jupiter
stack exec jupyter -- notebook
More information at: https://github.com/gibiansky/IHaskell
source share