#!/bin/bash -l
# If you don't want to use the default of ~/special, set TUT_PATH instead
install_dir="${TUT_PATH:-$HOME/special}"
mkdir -p $install_dir
echo ===Copying Special Topics folder===
cp -r /project/scv/examples/machine_learning/tutorials/special/* $install_dir

cd $install_dir
#source install.sh

# start the first module's notebook
#echo ===Starting notebook===
thunar &
#source notebook.sh
