Assume you have anaconda installed on your computer
conda env remove -n rllab_test -y
cd ~/Downloads
git clone https://github.com/rll/rllab.git
cd rllab
conda env create -n rllab_test -f environment.yml
sudo cp /etc/zeppelin/conf/zeppelin-site.xml.template /etc/zeppelin/conf/zeppelin-site.xml
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/