Skip to content

Instantly share code, notes, and snippets.

View tijptjik's full-sized avatar

Mart van de Ven tijptjik

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / command
Created June 3, 2015 18:11
Upgrade DataBox from base install - run command on VM
curl https://gist.githubusercontent.com/tijptjik/3dfaa686bcad2d1440c7/raw/2e41ce04b62cd26e31f3cfb5f0cdcb26478dea2f/upgrade.sh | sudo sh
@tijptjik
tijptjik / upgrade.sh
Last active August 29, 2015 14:22
Upgrade DS installation 1.0
#!/bin/sh
sudo curl https://gist.githubusercontent.com/tijptjik/fb6587570529b27b82d5/raw/a6cb5c792fbbb0970929cdafceac959727765710/ipynb.service > /usr/lib/systemd/system/ipynb.service && sudo systemctl daemon-reload
ln -s /vagrant/ds/DS_HK_6/data data
@tijptjik
tijptjik / ipynb.service
Last active August 29, 2015 14:22
Place in '/usr/lib/systemd/system'
[Unit]
Description=Jupyter Notebook Server
[Service]
User=vagrant
WorkingDirectory=/home/vagrant/
ExecStart=/home/vagrant/.anaconda/bin/ipython notebook --profile databox
Restart=on-abort
[Install]
@tijptjik
tijptjik / Vagrantfile
Created June 3, 2015 11:16
Databox Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"source": [
@tijptjik
tijptjik / episode_2.ipynb
Last active August 29, 2015 14:19
Ascenion Ranking - GoT 5x02 : The House of Black and White
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / season.ipynb
Last active August 29, 2015 14:19
Ascenision Leaderboard fpr Game of Thrones Season 5
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tijptjik
tijptjik / awards.ipynb
Last active August 29, 2015 14:19
GoT Ascension Episode S05E01
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.