Created
May 19, 2014 01:57
-
-
Save MajorGressingham/d97810dbed1b5dbf2793 to your computer and use it in GitHub Desktop.
Quick and Dirty Python Language Guide - Book 2
This file has been truncated, but you can view the full file.
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
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:da901e56c330e1adfc111d35378544bd63ffb7d1bf020f787d4f3e2af956f58f" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ | |
{ | |
"cell_type": "heading", | |
"level": 1, | |
"metadata": {}, | |
"source": [ | |
"Quick and Dirty Python Language Guide - Book 2 <br/>\n", | |
"`***************************************`<br/>" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"%qtconsole" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [] | |
}, | |
{ | |
"cell_type": "code", | |
"collapsed": false, | |
"input": [ | |
"from IPython.core.display import Image\n", | |
"from IPython.display import YouTubeVideo\n", | |
"Image(filename = 'Python.jpg')" | |
], | |
"language": "python", | |
"metadata": {}, | |
"outputs": [ | |
{ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment