Last active
December 11, 2015 18:28
Revisions
-
lampts revised this gist
Jan 26, 2013 . 1 changed file with 25 additions and 39 deletions.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 @@ -1,41 +1,27 @@ { "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 } ] } ] } -
lampts created this gist
Jan 26, 2013 .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,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: { } } ] }