This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set up a working ipython environment | |
The simplest way to do this is to install Anaconda: | |
http://docs.continuum.io/anaconda/install.html | |
# Install IPython3 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>D3: Data-driven circles</title> | |
<script type="text/javascript" src="d3.v3.js"></script> | |
<style type="text/css"> | |
body { | |
background-color: gray; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ENV['LANGUAGE'] = ENV['LANG'] = ENV['LC_ALL'] = "en_US.UTF-8" | |
include_recipe "apt" | |
include_recipe "ruby_build" | |
include_recipe "rbenv::user" | |
include_recipe "rbenv::vagrant" | |
include_recipe "postgresql::server" | |
include_recipe "docker::default" | |
include_recipe "docker::upstart" | |
include_recipe "redisio::install" |
NewerOlder