GithubHelp home page GithubHelp logo

adamobeng / ibis-notebooks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilbert-abreu/ibis-notebooks

0.0 2.0 0.0 334 KB

IPython notebooks and learning materials for Ibis

Shell 34.81% Python 65.19%

ibis-notebooks's Introduction

Ibis tutorial/demo materials

TL;DR

Make sure you have VirtualBox, Anaconda, and Ibis installed. Run

curl -s https://raw.githubusercontent.com/cloudera/ibis-notebooks/master/setup/bootstrap.sh | bash

to download the ibis-notebooks repositories and the pre-built VirtualBox image to get you started.

First time user?

Here's instructions for bootstrapping an Ibis environment, replete with the ability to use these IPython notebooks, from scratch.

First, download the Anaconda installer for your platform (this will even work on Windows):

http://continuum.io/downloads

Navigate to where this was downloaded and run something like

$ bash Anaconda-2.1.0-Linux-x86_64.sh

Do not use sudo. Accept the license. I recommend using $HOME/anaconda as the installation folder.

$HOME/anaconda/bin needs to be added to your system path. You can let the installer do this for you or do it yourself. Start a new shell and verify you're running Anaconda Python:

$ ipython
Python 2.7.9 |Anaconda 2.1.0 (64-bit)| (default, Dec 15 2014, 10:33:51)
Type "copyright", "credits" or "license" for more information.

IPython 2.2.0 -- An enhanced Interactive Python.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://binstar.org
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]:

Now, time to install Ibis.

$ pip install ibis-framework

Or, if you have a git clone, run

$ python setup.py install

Now, you're in business. Fire up the IPython notebook here by writing:

$ ipython notebook

Start with the stuff in basic-tutorial. Assumes access to an Impala server with the standard functional and TPC-H test datasets are available. You will almost certainly need to change the connection details.

ibis-notebooks's People

Contributors

wesm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.