Skip to content

Instantly share code, notes, and snippets.

View jdfreder's full-sized avatar

Jonathan Frederic jdfreder

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / check_env.py
Created June 29, 2014 23:30
Script used to verify that the requirements for the IPython Rich Output / Widget tutorial are met.
from __future__ import print_function
try:
import IPython
version = IPython.__version__
except:
print("IPython was not found. Please make sure IPython is installed into this Python distribution. See http://ipython.org/ for installation instructions.")
try:
from IPython.html import widgets
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / dependo.js
Created June 18, 2014 23:13
IPython Notebook dependo.js dependency graph generator script.
var Dependo = require('dependo');
// Fire up an dependo instance
var dependo = new Dependo('static/', {
format: 'amd',
exclude: '(^components)|(jquery)|(base/js/namespace)|(base/js/utils)',
//exclude: '^node_modules',
transform: function(dep){
//Apply a transformation on dependencies
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jdfreder
jdfreder / quick twin slider.ipynb
Created May 21, 2014 17:00
Double linked slider
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.