Steps to get started
- ISLR - free book
We will be using docker for our compute environment. This makes it easy for people to colloborate on different os platforms
Getting started with docker for newbies
We will be using jupyter notebook to run excercises (most of the time) Getting started
git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
cd KCAICoop_workbench
docker pull kcaicoop/kcaicoop_workbench
./run.sh
(works on linux and mac windows 10 with the linux subsystem)- You should see a url returned in your terminal. copy the (http://localhost:8888/{randomstringhere}) and paste url in browser
git clone https://github.com/KCMachineLearning-AI-Group/KCAICoop_workbench.git
cd KCAICoop_workbench
./build.sh
(works on linux and mac and maybe windows 10 with the linux subsystem)./run.sh
(works on linux and mac windows 10 with the linux subsystem)- You should see a url returned in your terminal. copy the (http://localhost:8888/{randomstringhere}) and paste url in browser
you should now be in the jupyter notebook environment