Skip to content

Instantly share code, notes, and snippets.

View jdfreder's full-sized avatar

Jonathan Frederic jdfreder

View GitHub Profile
//
// Test the create of a widget.
//
casper.notebook_test(function () {
// XXX: test.begin allows named sections but requires casperjs 1.1.0-DEV.
// We will put it back into place when the next version of casper is
// released. Following that, all instances of this.test can be changed
// to just test.
//this.test.begin("shutdown tests (notebook)", 2, function(test) {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / BackboneControlTester.ipynb
Created November 1, 2013 21:35
A bunch of notebooks used during the development of the backbone widget PR.
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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / alignments.ipynb
Created February 8, 2014 19:04
New flex model alignment tests
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / D3.ipynb
Last active August 29, 2015 13:56
Updated D3 example, Twitter live example not working?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / SuperWidget.ipynb
Last active October 16, 2015 15:44
Le Superwidget
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / PathDependent.ipynb
Created February 21, 2014 20:11
PathDependent
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / README.md
Last active August 29, 2015 13:56
DifferenceNotebooksAndNbconvert

#IPython notebook htmldiff

##What is this? This gist contains a notebook and fabric file that aids in comparison of notebook native html and nbconvert generated notebook html.

##Requirements An external diff tool which can perform a two file diff. i.e. diff a b Python fabric - pip install fabric

##How can I use this?