Show More
@@ -0,0 +1,7 b'' | |||
|
1 | ||
|
2 | .PHONY: css | |
|
3 | ||
|
4 | default: css | |
|
5 | ||
|
6 | css: less/style.less | |
|
7 | lessc -x less/style.less css/style.min.css |
@@ -1,105 +1,118 b'' | |||
|
1 | .hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;} | |
|
2 | .hbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;} | |
|
3 | .vbox{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;} | |
|
4 | .vbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;} | |
|
5 | .reverse{-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;} | |
|
6 | .box-flex0{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;} | |
|
7 | .box-flex1,.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;} | |
|
8 | .box-flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;} | |
|
9 | .box-group1{-webkit-box-flex-group:1;-moz-box-flex-group:1;box-flex-group:1;} | |
|
10 | .box-group2{-webkit-box-flex-group:2;-moz-box-flex-group:2;box-flex-group:2;} | |
|
11 | .start{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;} | |
|
12 | .end{-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;} | |
|
13 | .center{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;} | |
|
1 | 14 | .corner-all{border-radius:3px;} |
|
2 | 15 | body{overflow:hidden;background-color:#ffffff;} |
|
3 | 16 | span#save_widget{padding:5px;margin:0px 0px 0px 300px;display:inline-block;} |
|
4 | 17 | span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%;} |
|
5 | 18 | .ui-menubar-item .ui-button .ui-button-text{padding:0.4em 1.0em;font-size:100%;} |
|
6 | 19 | .ui-menu{-moz-box-shadow:0px 6px 10px -1px #adadad;-webkit-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;} |
|
7 | 20 | .ui-menu .ui-menu-item a{border:1px solid transparent;padding:2px 1.6em;} |
|
8 | 21 | .ui-menu .ui-menu-item a.ui-state-focus{margin:0;} |
|
9 | 22 | .ui-menu hr{margin:0.3em 0;} |
|
10 | 23 | #menubar_container{position:relative;} |
|
11 | 24 | #notification_area{position:absolute;right:0px;top:0px;height:25px;padding:3px 0px;padding-right:3px;z-index:10;} |
|
12 | 25 | .notification_widget{float:right;right:0px;top:1px;height:25px;padding:3px 6px;z-index:10;} |
|
13 | 26 | .toolbar{padding:3px 15px;border-bottom:1px #e0e0e0 solid;} |
|
14 | 27 | #cell_type{font-size:85%;} |
|
15 | 28 | #ipython-main-app{width:100%;position:relative;} |
|
16 | 29 | span#quick_help_area{position:static;padding:5px 0px;margin:0px 0px 0px 0px;} |
|
17 | 30 | .help_string{float:right;width:170px;padding:0px 5px;text-align:left;font-size:85%;} |
|
18 | 31 | .help_string_label{float:right;font-size:85%;} |
|
19 | 32 | div#notebook_panel{margin:0px 0px 0px 0px;padding:0px;} |
|
20 | 33 | div#notebook{overflow-y:scroll;overflow-x:auto;width:100%;padding:5px 5px 15px 5px;margin:0px;} |
|
21 | 34 | div#pager_splitter{height:8px;} |
|
22 | 35 | #pager_container{position:relative;} |
|
23 | 36 | div#pager{padding:15px;overflow:auto;display:none;} |
|
24 | 37 | div.ui-widget-content{border:1px solid #e0e0e0;outline:none;} |
|
25 | 38 | .cell{border:1px solid transparent;}.cell.selected{border-radius:3px;border-radius:3px;border-radius:3px;background-color:#fafafa;border:thin #e0e0e0 solid;} |
|
26 | 39 | div.cell{width:100%;padding:5px 5px 5px 0px;margin:2px 0px 2px 0px;} |
|
27 | 40 | div.prompt{width:11ex;padding:0.4em;margin:0px;font-family:monospace;text-align:right;} |
|
28 | 41 | div.input{page-break-inside:avoid;} |
|
29 | 42 | div.input_area{color:black;border:1px solid #e0e0e0;border-radius:3px;border-radius:3px;border-radius:3px;background:#f7f7f7;} |
|
30 | 43 | div.input_prompt{color:navy;border-top:1px solid transparent;} |
|
31 | 44 | div.output_wrapper{margin-top:5px;margin-left:5px;width:100%;position:relative;} |
|
32 | 45 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:3px;border-radius:3px;border-radius:3px;box-shadow:inset 0 2px 8px rgba(0, 0, 0, 0.8);} |
|
33 | 46 | div.output_collapsed{margin-right:5px;} |
|
34 | 47 | div.out_prompt_overlay{height:100%;padding:0px;position:absolute;border-radius:3px;border-radius:3px;border-radius:3px;} |
|
35 | 48 | div.out_prompt_overlay:hover{box-shadow:inset 0 0 1px #000;background:rgba(240, 240, 240, 0.5);} |
|
36 | 49 | div.output_prompt{color:darkred;margin:0 5px 0 -5px;} |
|
37 | 50 | div.output_area{padding:0px;page-break-inside:avoid;} |
|
38 | 51 | div.output_subarea{padding:0.44em 0.4em 0.4em 1px;} |
|
39 | 52 | div.output_text{text-align:left;color:black;font-family:monospace;} |
|
40 | 53 | div.output_stream{padding-top:0.0em;padding-bottom:0.0em;} |
|
41 | 54 | div.output_stderr{background:#fdd;} |
|
42 | 55 | div.output_latex{text-align:left;color:black;} |
|
43 | 56 | div.text_cell{padding:5px 5px 5px 5px;} |
|
44 | 57 | div.text_cell_input{color:black;border:1px solid #e0e0e0;border-radius:3px;border-radius:3px;border-radius:3px;background:#f7f7f7;} |
|
45 | 58 | div.text_cell_render{font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;outline:none;resize:none;width:inherit;border-style:none;padding:5px;color:black;} |
|
46 | 59 | .CodeMirror{line-height:1.231;} |
|
47 | 60 | .CodeMirror-scroll{height:auto;overflow-y:hidden;overflow-x:auto;} |
|
48 | 61 | .ansiblack{color:black;} |
|
49 | 62 | .ansired{color:darkred;} |
|
50 | 63 | .ansigreen{color:darkgreen;} |
|
51 | 64 | .ansiyellow{color:brown;} |
|
52 | 65 | .ansiblue{color:darkblue;} |
|
53 | 66 | .ansipurple{color:darkviolet;} |
|
54 | 67 | .ansicyan{color:steelblue;} |
|
55 | 68 | .ansigrey{color:grey;} |
|
56 | 69 | .ansibold{font-weight:bold;} |
|
57 | 70 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #e0e0e0;} |
|
58 | 71 | .completions select{background:white;outline:none;border:none;padding:0px;margin:0px;overflow:auto;font-family:monospace;} |
|
59 | 72 | option.context{background-color:#DEF7FF;} |
|
60 | 73 | option.introspection{background-color:#EBF4EB;} |
|
61 | 74 | .completions p b{font-weight:bold;} |
|
62 | 75 | .completions p{background:#DDF;border-bottom:black solid 1px;padding:1px;font-family:monospace;} |
|
63 | 76 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:3px;border-radius:3px;border-radius:3px;padding:0.4em;padding-left:2em;} |
|
64 | 77 | p.dialog{padding:0.2em;} |
|
65 | 78 | .shortcut_key{display:inline-block;width:15ex;text-align:right;font-family:monospace;} |
|
66 | 79 | pre,code,kbd,samp{white-space:pre-wrap;} |
|
67 | 80 | #fonttest{font-family:monospace;} |
|
68 | 81 | .js-error{color:darkred;} |
|
69 | 82 | @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;}}.rendered_html{color:black;} |
|
70 | 83 | .rendered_html em{font-style:italic;} |
|
71 | 84 | .rendered_html strong{font-weight:bold;} |
|
72 | 85 | .rendered_html u{text-decoration:underline;} |
|
73 | 86 | .rendered_html :link{text-decoration:underline;} |
|
74 | 87 | .rendered_html :visited{text-decoration:underline;} |
|
75 | 88 | .rendered_html h1{font-size:197%;margin:.65em 0;font-weight:bold;} |
|
76 | 89 | .rendered_html h2{font-size:153.9%;margin:.75em 0;font-weight:bold;} |
|
77 | 90 | .rendered_html h3{font-size:123.1%;margin:.85em 0;font-weight:bold;} |
|
78 | 91 | .rendered_html h4{font-size:100% margin: 0.95em 0;font-weight:bold;} |
|
79 | 92 | .rendered_html h5{font-size:85%;margin:1.5em 0;font-weight:bold;} |
|
80 | 93 | .rendered_html h6{font-size:77%;margin:1.65em 0;font-weight:bold;} |
|
81 | 94 | .rendered_html ul{list-style:disc;margin:1em 2em;} |
|
82 | 95 | .rendered_html ul ul{list-style:square;margin:0em 2em;} |
|
83 | 96 | .rendered_html ul ul ul{list-style:circle;margin-left:0em 2em;} |
|
84 | 97 | .rendered_html ol{list-style:upper-roman;margin:1em 2em;} |
|
85 | 98 | .rendered_html ol ol{list-style:upper-alpha;margin:0em 2em;} |
|
86 | 99 | .rendered_html ol ol ol{list-style:decimal;margin:0em 2em;} |
|
87 | 100 | .rendered_html ol ol ol ol{list-style:lower-alpha;margin:0em 2em;} |
|
88 | 101 | .rendered_html ol ol ol ol ol{list-style:lower-roman;margin:0em 2em;} |
|
89 | 102 | .rendered_html hr{color:black;background-color:black;} |
|
90 | 103 | .rendered_html pre{margin:1em 2em;} |
|
91 | 104 | .rendered_html blockquote{margin:1em 2em;} |
|
92 | 105 | .rendered_html table{border:1px solid black;border-collapse:collapse;margin:1em 2em;} |
|
93 | 106 | .rendered_html td{border:1px solid black;text-align:left;vertical-align:middle;padding:4px;} |
|
94 | 107 | .rendered_html th{border:1px solid black;text-align:left;vertical-align:middle;padding:4px;font-weight:bold;} |
|
95 | 108 | .rendered_html tr{border:1px solid black;} |
|
96 | 109 | .rendered_html p+p{margin-top:1em;} |
|
97 | 110 | .corner-all{border-radius:3px;} |
|
98 | 111 | @-moz-keyframes fadeOut{from{opacity:1;} to{opacity:0;}}@-webkit-keyframes fadeOut{from{opacity:1;} to{opacity:0;}}@-moz-keyframes fadeIn{from{opacity:0;} to{opacity:1;}}@-webkit-keyframes fadeIn{from{opacity:0;} to{opacity:1;}}.bigtooltip{overflow:auto;height:200px;-webkit-transition-property:height;-webkit-transition-duration:1s;-moz-transition-property:height;-moz-transition-duration:1s;transition-property:height;transition-duration:1s;} |
|
99 | 112 | .smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:1s;-moz-transition-property:height;-moz-transition-duration:1s;transition-property:height;transition-duration:1s;text-overflow:ellipsis;overflow:hidden;height:80px;} |
|
100 | 113 | .tooltipbuttons{position:absolute;padding-right:15px;top:0px;right:0px;} |
|
101 | 114 | .tooltiptext{padding-right:30px;} |
|
102 | 115 | .ipython_tooltip{max-width:700px;-webkit-animation:fadeOut 800ms;-moz-animation:fadeOut 800ms;animation:fadeOut 800ms;-webkit-animation:fadeIn 800ms;-moz-animation:fadeIn 800ms;animation:fadeIn 800ms;vertical-align:middle;background-color:#f7f7f7;overflow:visible;border:#e0e0e0 1px solid;outline:none;padding:3px;margin:0px;padding-left:7px;font-family:monospace;min-height:50px;position:absolute;-moz-box-shadow:0px 6px 10px -1px #adadad;-webkit-box-shadow:0px 6px 10px -1px #adadad;box-shadow:0px 6px 10px -1px #adadad;border-radius:3px;border-radius:3px;border-radius:3px;}.ipython_tooltip a{float:right;} |
|
103 | 116 | .pretooltiparrow{left:0px;margin:0px;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute;} |
|
104 | 117 | .pretooltiparrow:before{background-color:#f7f7f7;border:1px #e0e0e0 solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);} |
|
105 | 118 | .corner-all{border-radius:3px;} |
@@ -1,5 +1,6 b'' | |||
|
1 | @import "flexible-box-model.less"; | |
|
1 | 2 | @import "notebook.less"; |
|
2 | 3 | @import "printnotebook.less"; |
|
3 | 4 | @import "renderedhtml.less"; |
|
4 | 5 | @import "tooltip.less"; |
|
5 | 6 | @import "variables.less"; |
@@ -1,240 +1,236 b'' | |||
|
1 | 1 | {% extends "page.html" %} |
|
2 | 2 | |
|
3 | 3 | {% block stylesheet %} |
|
4 | 4 | |
|
5 | 5 | {% if mathjax_url %} |
|
6 | 6 | <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full&delayStartupUntil=configured" charset="utf-8"></script> |
|
7 | 7 | {% endif %} |
|
8 | 8 | <script type="text/javascript"> |
|
9 | 9 | // MathJax disabled, set as null to distingish from *missing* MathJax, |
|
10 | 10 | // where it will be undefined, and should prompt a dialog later. |
|
11 | 11 | window.mathjax_url = "{{mathjax_url}}"; |
|
12 | 12 | </script> |
|
13 | 13 | |
|
14 | 14 | <link rel="stylesheet" href="{{ static_url("codemirror/lib/codemirror.css") }}"> |
|
15 | 15 | <link rel="stylesheet" href="{{ static_url("codemirror/theme/ipython.css") }}"> |
|
16 | 16 | |
|
17 | 17 | <link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/> |
|
18 | 18 | |
|
19 | 19 | <link rel="stylesheet" href="{{ static_url("css/celltoolbar.css") }}" type="text/css" /> |
|
20 | 20 | |
|
21 | 21 | {% if use_less %} |
|
22 |
|
|
|
23 | <link rel="stylesheet/less" href="{{ static_url("less/tooltip.less") }}" type="text/css" /> | |
|
24 | <link rel="stylesheet/less" href="{{ static_url("less/renderedhtml.less") }}" type="text/css" /> | |
|
25 | ||
|
26 | <link rel="stylesheet/less" href="{{ static_url("less/printnotebook.less") }}" type="text/css"/> | |
|
22 | <link rel="stylesheet/less" href="{{ static_url("less/style.less") }}" type="text/css" /> | |
|
27 | 23 | {% else %} |
|
28 |
|
|
|
24 | <link rel="stylesheet" href="{{ static_url("css/style.min.css") }}" type="text/css"/> | |
|
29 | 25 | {% endif %} |
|
30 | 26 | |
|
31 | 27 | {% endblock %} |
|
32 | 28 | |
|
33 | 29 | {% block params %} |
|
34 | 30 | |
|
35 | 31 | data-project={{project}} |
|
36 | 32 | data-base-project-url={{base_project_url}} |
|
37 | 33 | data-base-kernel-url={{base_kernel_url}} |
|
38 | 34 | data-read-only={{read_only and not logged_in}} |
|
39 | 35 | data-notebook-id={{notebook_id}} |
|
40 | 36 | |
|
41 | 37 | {% endblock %} |
|
42 | 38 | |
|
43 | 39 | |
|
44 | 40 | {% block header %} |
|
45 | 41 | |
|
46 | 42 | <span id="save_widget"> |
|
47 | 43 | <span id="notebook_name"></span> |
|
48 | 44 | <span id="save_status"></span> |
|
49 | 45 | </span> |
|
50 | 46 | |
|
51 | 47 | {% endblock %} |
|
52 | 48 | |
|
53 | 49 | |
|
54 | 50 | {% block site %} |
|
55 | 51 | |
|
56 | 52 | <div id="menubar_container"> |
|
57 | 53 | <div id="menubar"> |
|
58 | 54 | <ul id="menus"> |
|
59 | 55 | <li><a href="#">File</a> |
|
60 | 56 | <ul> |
|
61 | 57 | <li id="new_notebook"><a href="#">New</a></li> |
|
62 | 58 | <li id="open_notebook"><a href="#">Open...</a></li> |
|
63 | 59 | <hr/> |
|
64 | 60 | <li id="copy_notebook"><a href="#">Make a Copy...</a></li> |
|
65 | 61 | <li id="rename_notebook"><a href="#">Rename...</a></li> |
|
66 | 62 | <li id="save_notebook"><a href="#">Save</a></li> |
|
67 | 63 | <hr/> |
|
68 | 64 | <li><a href="#">Download as</a> |
|
69 | 65 | <ul> |
|
70 | 66 | <li id="download_ipynb"><a href="#">IPython (.ipynb)</a></li> |
|
71 | 67 | <li id="download_py"><a href="#">Python (.py)</a></li> |
|
72 | 68 | </ul> |
|
73 | 69 | </li> |
|
74 | 70 | <hr/> |
|
75 | 71 | <li id="print_notebook"><a href="/{{notebook_id}}/print" target="_blank">Print View</a></li> |
|
76 | 72 | <hr/> |
|
77 | 73 | <li id="kill_and_exit"><a href="#" >Close and halt</a></li> |
|
78 | 74 | </ul> |
|
79 | 75 | </li> |
|
80 | 76 | <li><a href="#">Edit</a> |
|
81 | 77 | <ul> |
|
82 | 78 | <li id="cut_cell"><a href="#">Cut Cell</a></li> |
|
83 | 79 | <li id="copy_cell"><a href="#">Copy Cell</a></li> |
|
84 | 80 | <li id="paste_cell_above" class="ui-state-disabled"><a href="#">Paste Cell Above</a></li> |
|
85 | 81 | <li id="paste_cell_below" class="ui-state-disabled"><a href="#">Paste Cell Below</a></li> |
|
86 | 82 | <li id="paste_cell_replace" class="ui-state-disabled"><a href="#">Paste Cell & Replace</a></li> |
|
87 | 83 | <li id="delete_cell"><a href="#">Delete</a></li> |
|
88 | 84 | <hr/> |
|
89 | 85 | <li id="split_cell"><a href="#">Split Cell</a></li> |
|
90 | 86 | <li id="merge_cell_above"><a href="#">Merge Cell Above</a></li> |
|
91 | 87 | <li id="merge_cell_below"><a href="#">Merge Cell Below</a></li> |
|
92 | 88 | <hr/> |
|
93 | 89 | <li id="move_cell_up"><a href="#">Move Cell Up</a></li> |
|
94 | 90 | <li id="move_cell_down"><a href="#">Move Cell Down</a></li> |
|
95 | 91 | <hr/> |
|
96 | 92 | <li id="select_previous"><a href="#">Select Previous Cell</a></li> |
|
97 | 93 | <li id="select_next"><a href="#">Select Next Cell</a></li> |
|
98 | 94 | </ul> |
|
99 | 95 | </li> |
|
100 | 96 | <li><a href="#">View</a> |
|
101 | 97 | <ul> |
|
102 | 98 | <li id="toggle_header"><a href="#">Toggle Header</a></li> |
|
103 | 99 | <li id="toggle_toolbar"><a href="#">Toggle Toolbar</a></li> |
|
104 | 100 | </ul> |
|
105 | 101 | </li> |
|
106 | 102 | <li><a href="#">Insert</a> |
|
107 | 103 | <ul> |
|
108 | 104 | <li id="insert_cell_above"><a href="#">Insert Cell Above</a></li> |
|
109 | 105 | <li id="insert_cell_below"><a href="#">Insert Cell Below</a></li> |
|
110 | 106 | </ul> |
|
111 | 107 | </li> |
|
112 | 108 | <li><a href="#">Cell</a> |
|
113 | 109 | <ul> |
|
114 | 110 | <li id="run_cell"><a href="#">Run</a></li> |
|
115 | 111 | <li id="run_cell_in_place"><a href="#">Run in Place</a></li> |
|
116 | 112 | <li id="run_all_cells"><a href="#">Run All</a></li> |
|
117 | 113 | <li id="run_all_cells_above"><a href="#">Run All Above</a></li> |
|
118 | 114 | <li id="run_all_cells_below"><a href="#">Run All Below</a></li> |
|
119 | 115 | <hr/> |
|
120 | 116 | <li id="to_code"><a href="#">Code</a></li> |
|
121 | 117 | <li id="to_markdown"><a href="#">Markdown </a></li> |
|
122 | 118 | <li id="to_raw"><a href="#">Raw Text</a></li> |
|
123 | 119 | <li id="to_heading1"><a href="#">Heading 1</a></li> |
|
124 | 120 | <li id="to_heading2"><a href="#">Heading 2</a></li> |
|
125 | 121 | <li id="to_heading3"><a href="#">Heading 3</a></li> |
|
126 | 122 | <li id="to_heading4"><a href="#">Heading 4</a></li> |
|
127 | 123 | <li id="to_heading5"><a href="#">Heading 5</a></li> |
|
128 | 124 | <li id="to_heading6"><a href="#">Heading 6</a></li> |
|
129 | 125 | <hr/> |
|
130 | 126 | <li id="toggle_output"><a href="#">Toggle Current Output</a></li> |
|
131 | 127 | <li id="all_outputs"><a href="#">All Output</a> |
|
132 | 128 | <ul> |
|
133 | 129 | <li id="expand_all_output"><a href="#">Expand</a></li> |
|
134 | 130 | <li id="scroll_all_output"><a href="#">Scroll Long</a></li> |
|
135 | 131 | <li id="collapse_all_output"><a href="#">Collapse</a></li> |
|
136 | 132 | <li id="clear_all_output"><a href="#">Clear</a></li> |
|
137 | 133 | </ul> |
|
138 | 134 | </li> |
|
139 | 135 | </ul> |
|
140 | 136 | </li> |
|
141 | 137 | <li><a href="#">Kernel</a> |
|
142 | 138 | <ul> |
|
143 | 139 | <li id="int_kernel"><a href="#">Interrupt</a></li> |
|
144 | 140 | <li id="restart_kernel"><a href="#">Restart</a></li> |
|
145 | 141 | </ul> |
|
146 | 142 | </li> |
|
147 | 143 | <li><a href="#">Help</a> |
|
148 | 144 | <ul> |
|
149 | 145 | <li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li> |
|
150 | 146 | <li><a href="http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html" target="_blank">Notebook Help</a></li> |
|
151 | 147 | <li id="keyboard_shortcuts"><a href="#">Keyboard Shortcuts</a></li> |
|
152 | 148 | <hr/> |
|
153 | 149 | <li><a href="http://docs.python.org" target="_blank">Python</a></li> |
|
154 | 150 | <li><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></li> |
|
155 | 151 | <li><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></li> |
|
156 | 152 | <li><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></li> |
|
157 | 153 | <li><a href="http://matplotlib.sourceforge.net/" target="_blank">Matplotlib</a></li> |
|
158 | 154 | </ul> |
|
159 | 155 | </li> |
|
160 | 156 | </ul> |
|
161 | 157 | |
|
162 | 158 | </div> |
|
163 | 159 | <div id="notification_area"> |
|
164 | 160 | </div> |
|
165 | 161 | </div> |
|
166 | 162 | |
|
167 | 163 | |
|
168 | 164 | <div id="maintoolbar"></div> |
|
169 | 165 | |
|
170 | 166 | <div id="ipython-main-app"> |
|
171 | 167 | |
|
172 | 168 | <div id="notebook_panel"> |
|
173 | 169 | <div id="notebook"></div> |
|
174 | 170 | <div id="pager_splitter"></div> |
|
175 | 171 | <div id="pager_container"> |
|
176 | 172 | <div id='pager_button_area'> |
|
177 | 173 | </div> |
|
178 | 174 | <div id="pager"></div> |
|
179 | 175 | </div> |
|
180 | 176 | </div> |
|
181 | 177 | |
|
182 | 178 | </div> |
|
183 | 179 | <div id='tooltip' class='ipython_tooltip' style='display:none'></div> |
|
184 | 180 | |
|
185 | 181 | |
|
186 | 182 | {% endblock %} |
|
187 | 183 | |
|
188 | 184 | |
|
189 | 185 | {% block script %} |
|
190 | 186 | |
|
191 | 187 | {% if use_less %} |
|
192 | 188 | <script src="{{ static_url("js/less/less-1.3.1.min.js") }}" charset="utf-8"></script> |
|
193 | 189 | {% endif %} |
|
194 | 190 | |
|
195 | 191 | <script src="{{ static_url("codemirror/lib/codemirror.js") }}" charset="utf-8"></script> |
|
196 | 192 | <script src="{{ static_url("codemirror/lib/util/loadmode.js") }}" charset="utf-8"></script> |
|
197 | 193 | <script src="{{ static_url("codemirror/lib/util/multiplex.js") }}" charset="utf-8"></script> |
|
198 | 194 | <script src="{{ static_url("codemirror/mode/python/python.js") }}" charset="utf-8"></script> |
|
199 | 195 | <script src="{{ static_url("codemirror/mode/htmlmixed/htmlmixed.js") }}" charset="utf-8"></script> |
|
200 | 196 | <script src="{{ static_url("codemirror/mode/xml/xml.js") }}" charset="utf-8"></script> |
|
201 | 197 | <script src="{{ static_url("codemirror/mode/javascript/javascript.js") }}" charset="utf-8"></script> |
|
202 | 198 | <script src="{{ static_url("codemirror/mode/css/css.js") }}" charset="utf-8"></script> |
|
203 | 199 | <script src="{{ static_url("codemirror/mode/rst/rst.js") }}" charset="utf-8"></script> |
|
204 | 200 | <script src="{{ static_url("codemirror/mode/markdown/markdown.js") }}" charset="utf-8"></script> |
|
205 | 201 | |
|
206 | 202 | <script src="{{ static_url("pagedown/Markdown.Converter.js") }}" charset="utf-8"></script> |
|
207 | 203 | |
|
208 | 204 | <script src="{{ static_url("prettify/prettify.js") }}" charset="utf-8"></script> |
|
209 | 205 | <script src="{{ static_url("dateformat/date.format.js") }}" charset="utf-8"></script> |
|
210 | 206 | |
|
211 | 207 | <script src="{{ static_url("js/events.js") }}" type="text/javascript" charset="utf-8"></script> |
|
212 | 208 | <script src="{{ static_url("js/utils.js") }}" type="text/javascript" charset="utf-8"></script> |
|
213 | 209 | <script src="{{ static_url("js/layoutmanager.js") }}" type="text/javascript" charset="utf-8"></script> |
|
214 | 210 | <script src="{{ static_url("js/mathjaxutils.js") }}" type="text/javascript" charset="utf-8"></script> |
|
215 | 211 | <script src="{{ static_url("js/outputarea.js") }}" type="text/javascript" charset="utf-8"></script> |
|
216 | 212 | <script src="{{ static_url("js/cell.js") }}" type="text/javascript" charset="utf-8"></script> |
|
217 | 213 | <script src="{{ static_url("js/celltoolbar.js") }}" type="text/javascript" charset="utf-8"></script> |
|
218 | 214 | <script src="{{ static_url("js/codecell.js") }}" type="text/javascript" charset="utf-8"></script> |
|
219 | 215 | <script src="{{ static_url("js/completer.js") }}" type="text/javascript" charset="utf-8"></script> |
|
220 | 216 | <script src="{{ static_url("js/textcell.js") }}" type="text/javascript" charset="utf-8"></script> |
|
221 | 217 | <script src="{{ static_url("js/kernel.js") }}" type="text/javascript" charset="utf-8"></script> |
|
222 | 218 | <script src="{{ static_url("js/savewidget.js") }}" type="text/javascript" charset="utf-8"></script> |
|
223 | 219 | <script src="{{ static_url("js/quickhelp.js") }}" type="text/javascript" charset="utf-8"></script> |
|
224 | 220 | <script src="{{ static_url("js/pager.js") }}" type="text/javascript" charset="utf-8"></script> |
|
225 | 221 | <script src="{{ static_url("js/menubar.js") }}" type="text/javascript" charset="utf-8"></script> |
|
226 | 222 | <script src="{{ static_url("js/toolbar.js") }}" type="text/javascript" charset="utf-8"></script> |
|
227 | 223 | <script src="{{ static_url("js/maintoolbar.js") }}" type="text/javascript" charset="utf-8"></script> |
|
228 | 224 | <script src="{{ static_url("js/notebook.js") }}" type="text/javascript" charset="utf-8"></script> |
|
229 | 225 | <script src="{{ static_url("js/notificationwidget.js") }}" type="text/javascript" charset="utf-8"></script> |
|
230 | 226 | <script src="{{ static_url("js/notificationarea.js") }}" type="text/javascript" charset="utf-8"></script> |
|
231 | 227 | <script src="{{ static_url("js/tooltip.js") }}" type="text/javascript" charset="utf-8"></script> |
|
232 | 228 | <script src="{{ static_url("js/config.js") }}" type="text/javascript" charset="utf-8"></script> |
|
233 | 229 | <script src="{{ static_url("js/notebookmain.js") }}" type="text/javascript" charset="utf-8"></script> |
|
234 | 230 | |
|
235 | 231 | <script src="{{ static_url("js/contexthint.js") }}" charset="utf-8"></script> |
|
236 | 232 | |
|
237 | 233 | <script src="{{ static_url("js/celltoolbarpresets/default.js") }}" type="text/javascript" charset="utf-8"></script> |
|
238 | 234 | <script src="{{ static_url("js/celltoolbarpresets/slideshow.js") }}" type="text/javascript" charset="utf-8"></script> |
|
239 | 235 | |
|
240 | 236 | {% endblock %} |
@@ -1,67 +1,66 b'' | |||
|
1 | 1 | |
|
2 | 2 | |
|
3 | 3 | <!DOCTYPE HTML> |
|
4 | 4 | {% macro static_url(name) -%} |
|
5 | 5 | {{ base_project_url }}static/{{ name }} |
|
6 | 6 | {%- endmacro %} |
|
7 | 7 | <html> |
|
8 | 8 | |
|
9 | 9 | <head> |
|
10 | 10 | <meta charset="utf-8"> |
|
11 | 11 | |
|
12 | 12 | <title>{% block title %}IPython Notebook{% endblock %}</title> |
|
13 | 13 | <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
|
14 | 14 | <link rel="stylesheet" href="{{static_url("jquery/css/themes/base/jquery-ui.min.css") }}" type="text/css" /> |
|
15 | 15 | <link rel="stylesheet" href="{{static_url("css/boilerplate.css") }}" type="text/css" /> |
|
16 | <link rel="stylesheet" href="{{static_url("css/fbm.css") }}" type="text/css" /> | |
|
17 | 16 | <link rel="stylesheet" href="{{static_url("css/page.css") }}" type="text/css"/> |
|
18 | 17 | {% block stylesheet %} |
|
19 | 18 | {% endblock %} |
|
20 | 19 | <link rel="stylesheet" href="{{ static_url("css/custom.css") }}" type="text/css" /> |
|
21 | 20 | |
|
22 | 21 | |
|
23 | 22 | {% block meta %} |
|
24 | 23 | {% endblock %} |
|
25 | 24 | |
|
26 | 25 | </head> |
|
27 | 26 | |
|
28 | 27 | <body {% block params %}{% endblock %}> |
|
29 | 28 | |
|
30 | 29 | <div id="header"> |
|
31 | 30 | <span id="ipython_notebook"><div><a href="{{base_project_url}}" alt='dashboard'><img src='{{static_url("ipynblogo.png") }}' alt='IPython Notebook'/></a></div></span> |
|
32 | 31 | |
|
33 | 32 | {% block login_widget %} |
|
34 | 33 | |
|
35 | 34 | <span id="login_widget"> |
|
36 | 35 | {% if logged_in %} |
|
37 | 36 | <button id="logout">Logout</button> |
|
38 | 37 | {% elif login_available and not logged_in %} |
|
39 | 38 | <button id="login">Login</button> |
|
40 | 39 | {% endif %} |
|
41 | 40 | </span> |
|
42 | 41 | |
|
43 | 42 | {% endblock %} |
|
44 | 43 | |
|
45 | 44 | {% block header %} |
|
46 | 45 | {% endblock %} |
|
47 | 46 | </div> |
|
48 | 47 | |
|
49 | 48 | <div id="site"> |
|
50 | 49 | {% block site %} |
|
51 | 50 | {% endblock %} |
|
52 | 51 | </div> |
|
53 | 52 | |
|
54 | 53 | <script src="{{static_url("jquery/js/jquery-1.7.1.min.js") }}" type="text/javascript" charset="utf-8"></script> |
|
55 | 54 | <script src="{{static_url("jquery/js/jquery-ui.min.js") }}" type="text/javascript" charset="utf-8"></script> |
|
56 | 55 | <script src="{{static_url("js/namespace.js") }}" type="text/javascript" charset="utf-8"></script> |
|
57 | 56 | <script src="{{static_url("js/page.js") }}" type="text/javascript" charset="utf-8"></script> |
|
58 | 57 | <script src="{{static_url("js/loginwidget.js") }}" type="text/javascript" charset="utf-8"></script> |
|
59 | 58 | |
|
60 | 59 | {% block script %} |
|
61 | 60 | {% endblock %} |
|
62 | 61 | |
|
63 | 62 | <script src="{{static_url("js/custom.js") }}" type="text/javascript" charset="utf-8"></script> |
|
64 | 63 | |
|
65 | 64 | </body> |
|
66 | 65 | |
|
67 | 66 | </html> |
@@ -1,81 +1,82 b'' | |||
|
1 | 1 | {% extends "page.html" %} |
|
2 | 2 | |
|
3 | 3 | {% block title %}IPython Dashboard{% endblock %} |
|
4 | 4 | |
|
5 | 5 | {% block stylesheet %} |
|
6 | 6 | <link rel="stylesheet" href="{{static_url("css/projectdashboard.css") }}" type="text/css" /> |
|
7 |
|
|
|
7 | <link rel="stylesheet" href="{{static_url("css/alternateuploadform.css") }}" type="text/css" /> | |
|
8 | <link rel="stylesheet" href="{{static_url("css/style.min.css") }}" type="text/css" /> | |
|
8 | 9 | {% endblock %} |
|
9 | 10 | |
|
10 | 11 | |
|
11 | 12 | {% block params %} |
|
12 | 13 | |
|
13 | 14 | data-project={{project}} |
|
14 | 15 | data-base-project-url={{base_project_url}} |
|
15 | 16 | data-base-kernel-url={{base_kernel_url}} |
|
16 | 17 | data-read-only={{read_only}} |
|
17 | 18 | |
|
18 | 19 | {% endblock %} |
|
19 | 20 | |
|
20 | 21 | |
|
21 | 22 | {% block site %} |
|
22 | 23 | |
|
23 | 24 | <div id="ipython-main-app"> |
|
24 | 25 | |
|
25 | 26 | <div id="tabs"> |
|
26 | 27 | <ul> |
|
27 | 28 | <li><a href="#tab1">Notebooks</a></li> |
|
28 | 29 | <li><a href="#tab2">Clusters</a></li> |
|
29 | 30 | </ul> |
|
30 | 31 | |
|
31 | 32 | <div id="tab1"> |
|
32 | 33 | {% if logged_in or not read_only %} |
|
33 | 34 | <div id="notebook_toolbar"> |
|
34 | 35 | <form id='alternate_upload' class='alternate_upload' > |
|
35 | 36 | <span id="drag_info" style="position:absolute" > |
|
36 | 37 | To import a notebook, drag the file onto the listing below or <strong>click here</strong>. |
|
37 | 38 | </span> |
|
38 | 39 | <input type="file" name="datafile" class="fileinput" multiple='multiple'> |
|
39 | 40 | </form> |
|
40 | 41 | <span id="notebook_buttons"> |
|
41 | 42 | <button id="refresh_notebook_list" title="Refresh notebook list">Refresh</button> |
|
42 | 43 | <button id="new_notebook" title="Create new notebook">New Notebook</button> |
|
43 | 44 | </span> |
|
44 | 45 | </div> |
|
45 | 46 | {% endif %} |
|
46 | 47 | |
|
47 | 48 | <div id="notebook_list"> |
|
48 | 49 | <div id="project_name"><h2>{{project}}</h2></div> |
|
49 | 50 | </div> |
|
50 | 51 | </div> |
|
51 | 52 | <div id="tab2"> |
|
52 | 53 | |
|
53 | 54 | <div id="cluster_toolbar"> |
|
54 | 55 | <span id="cluster_list_info">IPython parallel computing clusters</span> |
|
55 | 56 | |
|
56 | 57 | <span id="cluster_buttons"> |
|
57 | 58 | <button id="refresh_cluster_list" title="Refresh cluster list">Refresh</button> |
|
58 | 59 | </span> |
|
59 | 60 | </div> |
|
60 | 61 | |
|
61 | 62 | <div id="cluster_list"> |
|
62 | 63 | <div id="cluster_header"> |
|
63 | 64 | <span>profile</span> |
|
64 | 65 | <span>action</span> |
|
65 | 66 | <span title="Enter the number of engines to start or empty for default"># of engines</span> |
|
66 | 67 | <span>status</span> |
|
67 | 68 | </div> |
|
68 | 69 | </div> |
|
69 | 70 | |
|
70 | 71 | </div> |
|
71 | 72 | </div> |
|
72 | 73 | |
|
73 | 74 | </div> |
|
74 | 75 | |
|
75 | 76 | {% endblock %} |
|
76 | 77 | |
|
77 | 78 | {% block script %} |
|
78 | 79 | <script src="{{static_url("js/notebooklist.js") }}" type="text/javascript" charset="utf-8"></script> |
|
79 | 80 | <script src="{{static_url("js/clusterlist.js") }}" type="text/javascript" charset="utf-8"></script> |
|
80 | 81 | <script src="{{static_url("js/projectdashboardmain.js") }}" type="text/javascript" charset="utf-8"></script> |
|
81 | 82 | {% endblock %} |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now