Skip to content

Instantly share code, notes, and snippets.

@rossant
rossant / resizable_widget
Last active August 29, 2015 14:07
resizable_widget in the IPython notebook
{
"metadata": {
"name": "",
"signature": "sha256:bf7f38242e6bc10a68b17ad7a285e23952febabe99e0a86fbb908b4e0511e141"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@rossant
rossant / basic_widget
Created August 28, 2014 13:33
Minimal IPython widget example
from IPython.html import widgets
from IPython.utils.traitlets import Unicode
class MyWidget(widgets.DOMWidget):
_view_name = Unicode('MyWidget', sync=True)
%%javascript
require(["widgets/js/widget"], function(WidgetManager){
var MyWidget = IPython.DOMWidgetView.extend({
@rossant
rossant / 05_kernel.ipynb
Last active October 29, 2015 22:48
plot_kernel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rossant
rossant / widget.ipynb
Last active August 29, 2015 14:01
Test with IPython widgets and mouse/keyboard interactions.
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.
@rossant
rossant / handsondataframe.ipynb
Created March 10, 2014 12:08
Excel-like data grid editor for Pandas in the IPython notebook with Handsontable
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rossant
rossant / hdf5_benchmarks.ipynb
Last active August 29, 2015 13:56
HDF5 benchmarks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rossant
rossant / piano.ipynb
Created February 12, 2014 21:05
A piano in the IPython notebook
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.
@rossant
rossant / cache_tests.ipynb
Created October 7, 2013 17:31
Tests with cache extension in the IPython notebook.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.