Skip to content

Instantly share code, notes, and snippets.

@mlaloux
Created August 31, 2014 17:20
Show Gist options
  • Select an option

  • Save mlaloux/91b65b7407024aaeb67f to your computer and use it in GitHub Desktop.

Select an option

Save mlaloux/91b65b7407024aaeb67f to your computer and use it in GitHub Desktop.

Revisions

  1. mlaloux created this gist Aug 31, 2014.
    66 changes: 66 additions & 0 deletions Portail2.ipynb
    Original 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": {}
    }
    ]
    }