Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

yandexdataschool/HSE-DataNight-StarterKit

Repository files navigation

Starter kit for Yandex.Taxi hackathon & introductory lecture

You can start this repository right away by clicking one of those buttons:

run at everware Binder

Gitter

or you can install it on your laptop

Install using Docker

  1. Clone this repository

    git clone HSE-DataNight-StarterKit

  2. install docker toolbox

  3. create container from image yandex/datanight:latest

  4. mount directory with repository to /notebooks using kitematic interface and open browser to exposed port (see this)

Install manually

clone repository

git clone HSE-DataNight-StarterKit

install miniconda 2.7 from http://conda.pydata.org/miniconda.html e.g. for Linux:

wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
bash ./Miniconda2-latest-Linux-x86_64.sh -b

add conda to PATH. e.g. for BASH:

echo 'export PATH=~/miniconda/bin:$PATH' >> ~/.bashrc
. ~/.bashrc

create environment

conda env create -n datanight -f HSE-DataNight-StarterKit/environment.yml

switch to environment

source activate datanight

create profile for jupyter

jupyter notebook -y --generate-config

start jupyter

cd HSE-DataNight-StarterKit
jupyter notebook

it will open browser with list of notebooks you can start with.

Happy hacking!

About

Everware version of HSE data night starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published