Skip to content

Commit

Permalink
added hello-world.nb.json sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed May 23, 2020
1 parent 45f3538 commit 7c727ff
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions notebooks/intro/hello-world.nb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"id": "6759b582dec65059",
"slug": "hello-world",
"trashed": false,
"likes": 1,
"forks": 6,
"fork_of": null,
"update_time": "2018-07-10T02:10:52.272Z",
"publish_time": "2018-06-29T22:08:15.209Z",
"publish_version": 7,
"thumbnail": "10745a9814ef0f08d04bc94c8bcbf85778289b45eb2ec74212c82732ce7bfeae",
"owner": {
"id": "0bf14b8d9c6eb88a",
"github_login": "tmcw",
"avatar_url": "https://avatars.observableusercontent.com/avatar/f31b4b432312ae389d14a4f4bfb855851b0e61f6e7eb0c95142cf8a28fea43e3",
"login": "tmcw",
"name": "Tom MacWright",
"bio": ".",
"home_url": "https://macwright.org/",
"type": "individual"
},
"creator": {
"id": "0bf14b8d9c6eb88a",
"github_login": "tmcw",
"avatar_url": "https://avatars.observableusercontent.com/avatar/f31b4b432312ae389d14a4f4bfb855851b0e61f6e7eb0c95142cf8a28fea43e3",
"login": "tmcw",
"name": "Tom MacWright",
"bio": ".",
"home_url": "https://macwright.org/"
},
"collections": [],
"files": [],
"version": 7,
"title": "Hello ${name}",
"nodes": [
{
"id": 0,
"value": "hello = md`# Hello ${name}`",
"pinned": false
},
{
"id": 5,
"value": "name = 'world'",
"pinned": false
}
]
}

0 comments on commit 7c727ff

Please sign in to comment.