-
Notifications
You must be signed in to change notification settings - Fork 162
/
atlas.json
43 lines (43 loc) · 1021 Bytes
/
atlas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"branch": "master",
"files": [
"README.md"
],
"formats": {
"pdf": {
"version": false,
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false
},
"epub": {
"index": false,
"toc": false,
"epubcheck": false,
"syntaxhighlighting": false,
"show_comments": false
},
"mobi": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false
},
"html": {
"index": false,
"toc": false,
"syntaxhighlighting": false,
"show_comments": false,
"consolidated": false,
"javascripts": [
"http://rawgit.com/oreillymedia/thebe/master/static/main-built.js",
"page.js"
]
}
},
"theme": "oreillymedia/jupyter_theme",
"title": "An illustrated introduction to the t-SNE algorithm",
"github_url": "https://github.com/oreillymedia/ipython-tutorial-content",
"uuid": "b0c6f45f-cc4f-4c32-9a70-c3c4adc54c70"
}