Skip to content

Instantly share code, notes, and snippets.

@lampts
Last active December 11, 2015 18:28

Revisions

  1. lampts revised this gist Jan 26, 2013. 1 changed file with 25 additions and 39 deletions.
    64 changes: 25 additions & 39 deletions hello.ipynb
    Original file line number Diff line number Diff line change
    @@ -1,41 +1,27 @@
    {
    metadata: {
    name: "course-01-hello-world"
    },
    nbformat: 3,
    nbformat_minor: 0,
    worksheets: [
    {
    cells: [
    {
    cell_type: "code",
    collapsed: false,
    input: [
    "print 'Hello, world'"
    ],
    language: "python",
    metadata: { },
    outputs: [
    {
    output_type: "stream",
    stream: "stdout",
    text: [
    "Hello, world "
    ]
    }
    ],
    prompt_number: 1
    },
    {
    cell_type: "code",
    collapsed: false,
    input: [ ],
    language: "python",
    metadata: { },
    outputs: [ ]
    }
    ],
    metadata: { }
    }
    ]
    "metadata": {
    "name": "HelloVietnam"
    },
    "name": "HelloVietnam",
    "nbformat": 2,
    "worksheets": [
    {
    "cells": [
    {
    "cell_type": "code",
    "collapsed": false,
    "input": "print 'Hello Vietnam!'",
    "language": "python",
    "outputs": [
    {
    "output_type": "stream",
    "stream": "stdout",
    "text": "Hello Vietnam!"
    }
    ],
    "prompt_number": 1
    }
    ]
    }
    ]
    }
  2. lampts created this gist Jan 26, 2013.
    41 changes: 41 additions & 0 deletions hello.ipynb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,41 @@
    {
    metadata: {
    name: "course-01-hello-world"
    },
    nbformat: 3,
    nbformat_minor: 0,
    worksheets: [
    {
    cells: [
    {
    cell_type: "code",
    collapsed: false,
    input: [
    "print 'Hello, world'"
    ],
    language: "python",
    metadata: { },
    outputs: [
    {
    output_type: "stream",
    stream: "stdout",
    text: [
    "Hello, world "
    ]
    }
    ],
    prompt_number: 1
    },
    {
    cell_type: "code",
    collapsed: false,
    input: [ ],
    language: "python",
    metadata: { },
    outputs: [ ]
    }
    ],
    metadata: { }
    }
    ]
    }