Skip to content

shuhart/datanight

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

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published