Created
October 7, 2015 00:27
-
-
Save nzer0/6f2e5dc27eaaaf0caa24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import print_function | |
from IPython.html.widgets import interact, interactive, fixed | |
from IPython.html import widgets | |
@interact(w_ord=(0,100)) | |
def viz_data(w_ord): | |
pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment