File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"branch" : " master" ,
3
3
"files" : [
4
- " main .md"
4
+ " README .md"
5
5
],
6
6
"formats" : {
7
7
"pdf" : {
29
29
"toc" : false ,
30
30
"syntaxhighlighting" : false ,
31
31
"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
+ ]
33
37
}
34
38
},
35
39
"theme" : " oreillymedia/jupyter_theme" ,
36
40
"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"
38
43
}
Original file line number Diff line number Diff line change
1
+ $ ( function ( ) {
2
+ new Thebe ( { url :"https://oreillyorchard.com:8000/spawn/" } ) ;
3
+ } ) ;
You can’t perform that action at this time.
0 commit comments