Skip to content

Instantly share code, notes, and snippets.

@lampts
Last active December 11, 2015 18:28
Show Gist options
  • Save lampts/4641477 to your computer and use it in GitHub Desktop.
Save lampts/4641477 to your computer and use it in GitHub Desktop.
Hello world on ipynb
Display the source blob
Display the rendered blob
Raw
{
"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
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment