Skip to content

Commit f0ac835

Browse files
committed
Added beta publishing info
1 parent f8debe5 commit f0ac835

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

atlas.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"branch": "master",
33
"files": [
4-
"main.md"
4+
"README.md"
55
],
66
"formats": {
77
"pdf": {
@@ -29,10 +29,15 @@
2929
"toc": false,
3030
"syntaxhighlighting": false,
3131
"show_comments": false,
32-
"consolidated": false
32+
"consolidated": false,
33+
"javascripts": [
34+
"http://rawgit.com/oreillymedia/thebe/master/static/main-built.js",
35+
"page.js"
36+
]
3337
}
3438
},
3539
"theme": "oreillymedia/jupyter_theme",
3640
"title": "An illustrated introduction to the t-SNE algorithm",
37-
"github_url": "https://github.com/oreillymedia/ipython-tutorial-content"
41+
"github_url": "https://github.com/oreillymedia/ipython-tutorial-content",
42+
"uuid": "b0c6f45f-cc4f-4c32-9a70-c3c4adc54c70"
3843
}

page.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
$(function(){
2+
new Thebe({url:"https://oreillyorchard.com:8000/spawn/"});
3+
});

0 commit comments

Comments
 (0)