Skip to content

Instantly share code, notes, and snippets.

@jamescasbon
Created April 3, 2012 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescasbon/2295345 to your computer and use it in GitHub Desktop.
Save jamescasbon/2295345 to your computer and use it in GitHub Desktop.
Gist demo
/*
Hello, this is Dog
------------------
Lets talk about cells.*/
// code cell
print(84);
{
"title": "Gist demo",
"description": "",
"language": "Javascript",
"state": "running",
"pendingSaves": false,
"engineUrl": "browser://",
"gist": null,
"id": "b1a78f42-a6f2-4359-c90f-9ecac4eb2aa7",
"cells": [
{
"input": "Hello, this is Dog\n------------------\n\nLets talk about cells.",
"type": "markdown",
"inputFold": true,
"output": "<div class=\"markdown\"><h2 id=\"hellothisisdog\">Hello, this is Dog</h2>\n\n<p>Lets talk about cells.</p></div>",
"position": 65536,
"error": null,
"state": null,
"id": "10933c48-b036-72f6-4f48-539557a6f383"
},
{
"input": "// code cell\nprint(84);",
"type": "code",
"inputFold": false,
"output": "<div class=\"print\">84</div><div class=\"print\">-</div>",
"position": 131072,
"error": null,
"state": null,
"id": "e03b8fe3-092d-b21c-ed09-325117588a16"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment