Created
August 31, 2014 17:20
-
-
Save mlaloux/91b65b7407024aaeb67f to your computer and use it in GitHub Desktop.
Revisions
-
mlaloux created this gist
Aug 31, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,66 @@ { "metadata": { "name": "", "signature": "sha256:079397ea919735b8492cd2d0e941b8b6f35619fa46e7ffea29210afb6f9db64e" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": [ "from IPython.display import Image\n", "Image(url='http://www.portailsig.org/sites/default/files/zeropoint_logo.png')" ], "language": "python", "metadata": {}, "outputs": [ { "html": [ "<img src=\"http://www.portailsig.org/sites/default/files/zeropoint_logo.png\"/>" ], "metadata": {}, "output_type": "pyout", "prompt_number": 1, "text": [ "<IPython.core.display.Image at 0x10278ef90>" ] } ], "prompt_number": 1 }, { "cell_type": "code", "collapsed": false, "input": [ "print \"Bienvenue sur le Portail SIG\"" ], "language": "python", "metadata": {}, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "Bienvenue sur le Portail SIG\n" ] } ], "prompt_number": 2 }, { "cell_type": "code", "collapsed": false, "input": [], "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }