Skip to content

Instantly share code, notes, and snippets.

@nzer0
Created October 7, 2015 00:27
Show Gist options
  • Save nzer0/6f2e5dc27eaaaf0caa24 to your computer and use it in GitHub Desktop.
Save nzer0/6f2e5dc27eaaaf0caa24 to your computer and use it in GitHub Desktop.
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