Skip to content

Instantly share code, notes, and snippets.

@michaelmalak
michaelmalak / ipyD3.py
Last active December 19, 2015 23:28 — forked from z-m-k/LICENSE
Modifications for Mac compatibility. There is a small chance it still works on Windows -- have not tested.
from __future__ import division
import numpy
import shlex
from uuid import uuid1
class d3object:
def __init__(self,
height=100,
width=100,
topHtml='',
bottomHtml='',