Skip to content

Instantly share code, notes, and snippets.

@vighneshbirodkar
Created July 1, 2013 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vighneshbirodkar/5904086 to your computer and use it in GitHub Desktop.
Save vighneshbirodkar/5904086 to your computer and use it in GitHub Desktop.
notebook display example
from IPython.core.display import Javascript as JS
str = """
window = window.open('http://simplecv.org/sites/all/themes/kalypso/images/SM_logo_color.png','simplecv','width=500,height=500')
"""
JS(str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment