Skip to content

Instantly share code, notes, and snippets.

View ellisonbg's full-sized avatar

Brian E. Granger ellisonbg

View GitHub Profile
@ellisonbg
ellisonbg / pydataslo_intro.md
Created July 19, 2018 00:42
PyData SLO Introduction to Jupyter

PyData SLO Jupyter and Data Science Introduction

Internet access

  • Connect to the CalPolyGuest wifi
  • Go through the process and check your email
  • Yeah!

Installation

@ellisonbg
ellisonbg / notebook.ts
Last active June 25, 2017 21:17
Notes on a notebook model that is flattened and normalized
interface ICellModel {
type: string;
inputAreaId: string;
outputAreaId: string;
}
interface IInputAreaModel {
source: string;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ellisonbg
ellisonbg / QGridWidget.ipynb
Created October 31, 2015 19:06
QGridWidget.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ellisonbg
ellisonbg / CalPolyLibraryAPI
Created February 1, 2015 03:48
Cal Poly Library API
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exploration of the Cal Poly Library API"
]
},
{
@ellisonbg
ellisonbg / log_plot.ipynb
Created November 21, 2014 21:46
Log Plots
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ellisonbg
ellisonbg / bar.py
Created October 28, 2014 04:32
Another test...
def g(x):
print x
b = 20
@ellisonbg
ellisonbg / foo.py
Created October 28, 2014 04:26
Sample gist for importing
def f(x):
print x
a = 10
@ellisonbg
ellisonbg / 2dslider.ipynb
Created June 17, 2014 18:19
Two Dimensional Slider Widget for IPython
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.