Skip to content

Instantly share code, notes, and snippets.

@pybokeh
pybokeh / how_to_run_plotly_python_examples.ipynb
Created November 20, 2015 02:17
how_to_run_plotly_python_examples
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / vimrc.txt
Created November 22, 2015 23:21
vimrc
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'klen/python-mode'
@pybokeh
pybokeh / shuffling_method.ipynb
Created November 29, 2015 20:54
Shuffling_Method
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / R_wordcloud.ipynb
Created December 4, 2015 14:44
R_wordcloud
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / kijiji_web_scraper.ipynb
Last active December 7, 2015 15:39
web scraping kijiji
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / gist:5560799
Last active December 17, 2015 05:49
Weibull Analysis Example
{
"metadata": {
"name": "Weibull_Analysis-Copy0"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@pybokeh
pybokeh / ecdf.ipynb
Created December 17, 2015 20:14
ECDF
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / fuel_efficiency.ipynb
Last active December 18, 2015 20:06
fuel_efficiency
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / pandas_merge.ipynb
Created December 18, 2015 22:28
pandas_merge
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pybokeh
pybokeh / gist:6301538
Last active December 21, 2015 11:49
IPython Notebook - Plotting Yearly Unemployment Rate
{
"metadata": {
"name": "BeautifulSoup_Ex1"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{