Skip to content

Instantly share code, notes, and snippets.

@scottdraves
Created July 30, 2015 13:58
Show Gist options
  • Select an option

  • Save scottdraves/85fb74d6f50c711177fe to your computer and use it in GitHub Desktop.

Select an option

Save scottdraves/85fb74d6f50c711177fe to your computer and use it in GitHub Desktop.
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": false
},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"650\"\n",
" height=\"700\"\n",
" src=\"http://jsfiddle.net/bokeh/Tw5Sm/embedded/result%2Cjs/\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x105eb0150>"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"from IPython.display import IFrame\n",
"IFrame(\"http://jsfiddle.net/bokeh/Tw5Sm/embedded/result%2Cjs/\", 650, 700)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment