Skip to content

Installing software on your machine

Likhomanenko Tatiana edited this page Jan 22, 2017 · 1 revision

macOS, Windows:

  • install docker toolbox
  • run kitematic, a part of the docker toolbox
  • find yandex/rep image in the list
  • press ... in the image and set the tag version to tag=0.6.6
  • press CREATE button
  • press WEB PREVIEW: this will open a workspace in your browser (see animation link below)
  • click New > Terminal and clone the course materials in the workspace with
    git clone https://github.com/yandexdataschool/MLatImperial2017.git

These actions are demonstrated in this animation.

Linux

  • install docker
  • run command in bash sudo service docker start: this starts docker daemon
  • run command in bash
    docker run -i -t --rm --volume $(pwd)/notebooks:/notebooks -p 8888:8888 yandex/rep:0.6.6
  • open localhost:8888 in the browser
  • click New > Terminal and clone the course materials in the workspace with
    git clone https://github.com/yandexdataschool/MLatImperial2017.git

Other systems

Install linux and follow instructions above ¯\_(ツ)_/¯.

Clone this wiki locally