Skip to content

Commit 1037483

Browse files
committed
Update gh-pages - 2017-03-27 06:25:24
1 parent 517b757 commit 1037483

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2886
-1130
lines changed

index.html

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head><meta charset="utf-8" />
4-
<title>index</title>
5-
6-
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
4+
<title>index</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
75
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
86

97
<style type="text/css">
@@ -13,8 +11,8 @@
1311
*
1412
*/
1513
/*!
16-
* Bootstrap v3.3.6 (http://getbootstrap.com)
17-
* Copyright 2011-2015 Twitter, Inc.
14+
* Bootstrap v3.3.7 (http://getbootstrap.com)
15+
* Copyright 2011-2016 Twitter, Inc.
1816
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1917
*/
2018
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1109,7 +1107,6 @@
11091107
text-decoration: underline;
11101108
}
11111109
a:focus {
1112-
outline: thin dotted;
11131110
outline: 5px auto -webkit-focus-ring-color;
11141111
outline-offset: -2px;
11151112
}
@@ -2538,7 +2535,6 @@
25382535
input[type="file"]:focus,
25392536
input[type="radio"]:focus,
25402537
input[type="checkbox"]:focus {
2541-
outline: thin dotted;
25422538
outline: 5px auto -webkit-focus-ring-color;
25432539
outline-offset: -2px;
25442540
}
@@ -3029,7 +3025,6 @@
30293025
.btn.focus,
30303026
.btn:active.focus,
30313027
.btn.active.focus {
3032-
outline: thin dotted;
30333028
outline: 5px auto -webkit-focus-ring-color;
30343029
outline-offset: -2px;
30353030
}
@@ -8760,6 +8755,9 @@
87608755
margin-left: 10px;
87618756
}
87628757
}
8758+
[dir="rtl"] #ipython_notebook {
8759+
float: right !important;
8760+
}
87638761
#noscript {
87648762
width: auto;
87658763
padding-top: 16px;
@@ -8962,9 +8960,15 @@
89628960
*
89638961
* Author: Jupyter Development Team
89648962
*/
8963+
[dir="rtl"] #tabs li {
8964+
float: right;
8965+
}
89658966
ul#tabs {
89668967
margin-bottom: 4px;
89678968
}
8969+
[dir="rtl"] ul#tabs {
8970+
margin-right: 0px;
8971+
}
89688972
ul#tabs a {
89698973
padding-top: 6px;
89708974
padding-bottom: 4px;
@@ -8987,6 +8991,16 @@
89878991
.list_toolbar .tree-buttons {
89888992
padding-top: 1px;
89898993
}
8994+
[dir="rtl"] .list_toolbar .tree-buttons {
8995+
float: left !important;
8996+
}
8997+
[dir="rtl"] .list_toolbar .pull-right {
8998+
padding-top: 1px;
8999+
float: left !important;
9000+
}
9001+
[dir="rtl"] .list_toolbar .pull-left {
9002+
float: right !important;
9003+
}
89909004
.dynamic-buttons {
89919005
padding-top: 3px;
89929006
display: inline-block;
@@ -9122,6 +9136,9 @@
91229136
#tree-selector {
91239137
padding-right: 0px;
91249138
}
9139+
[dir="rtl"] #tree-selector a {
9140+
float: right;
9141+
}
91259142
#button-select-all {
91269143
min-width: 50px;
91279144
}
@@ -9211,6 +9228,9 @@
92119228
left: auto;
92129229
right: 0;
92139230
}
9231+
[dir="rtl"] #new-menu {
9232+
text-align: right;
9233+
}
92149234
.kernel-menu-icon {
92159235
padding-right: 12px;
92169236
width: 24px;
@@ -9256,6 +9276,9 @@
92569276
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
92579277
border-bottom: 0px;
92589278
}
9279+
[dir="rtl"] #running .col-sm-8 {
9280+
float: right !important;
9281+
}
92599282
.delete-button {
92609283
display: none;
92619284
}
@@ -9551,6 +9574,7 @@
95519574
}
95529575
}
95539576
div.inner_cell {
9577+
min-width: 0;
95549578
/* Old browsers */
95559579
display: -webkit-box;
95569580
-webkit-box-orient: vertical;
@@ -9572,11 +9596,6 @@
95729596
/* Modern browsers */
95739597
flex: 1;
95749598
}
9575-
@-moz-document url-prefix() {
9576-
div.inner_cell {
9577-
overflow-x: hidden;
9578-
}
9579-
}
95809599
/* input_area and input_prompt must match in top border and margin for alignment */
95819600
div.input_area {
95829601
border: 1px solid #cfcfcf;
@@ -11246,7 +11265,7 @@
1124611265
}
1124711266
.shortcut_key {
1124811267
display: inline-block;
11249-
width: 20ex;
11268+
width: 21ex;
1125011269
text-align: right;
1125111270
font-family: monospace;
1125211271
}
@@ -11558,6 +11577,7 @@
1155811577
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
1155911578
}
1156011579
.terminal-app .terminal {
11580+
width: 100%;
1156111581
float: left;
1156211582
font-family: monospace;
1156311583
color: white;
@@ -11572,6 +11592,9 @@
1157211592
line-height: 1em;
1157311593
font-size: 14px;
1157411594
}
11595+
.terminal-app .terminal .xterm-rows {
11596+
padding: 10px;
11597+
}
1157511598
.terminal-app .terminal-cursor {
1157611599
color: black;
1157711600
background: white;
@@ -11892,7 +11915,9 @@
1189211915
<div class="output">
1189311916

1189411917

11895-
<div class="output_area"><div class="prompt"></div>
11918+
<div class="output_area">
11919+
<div class="prompt"></div>
11920+
1189611921

1189711922
<div class="output_html rendered_html output_subarea ">
1189811923
<style>.container { width:75% !important; }</style>
@@ -12039,4 +12064,8 @@ <h2>You want to help with this tutorial?</h2>
1203912064
</div>
1204012065
</div>
1204112066
</body>
12067+
12068+
12069+
12070+
1204212071
</html>

notebooks/basic_configuration.html

Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head><meta charset="utf-8" />
4-
<title>basic_configuration</title>
5-
6-
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
4+
<title>basic_configuration</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
75
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
86

97
<style type="text/css">
@@ -13,8 +11,8 @@
1311
*
1412
*/
1513
/*!
16-
* Bootstrap v3.3.6 (http://getbootstrap.com)
17-
* Copyright 2011-2015 Twitter, Inc.
14+
* Bootstrap v3.3.7 (http://getbootstrap.com)
15+
* Copyright 2011-2016 Twitter, Inc.
1816
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1917
*/
2018
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@@ -1109,7 +1107,6 @@
11091107
text-decoration: underline;
11101108
}
11111109
a:focus {
1112-
outline: thin dotted;
11131110
outline: 5px auto -webkit-focus-ring-color;
11141111
outline-offset: -2px;
11151112
}
@@ -2538,7 +2535,6 @@
25382535
input[type="file"]:focus,
25392536
input[type="radio"]:focus,
25402537
input[type="checkbox"]:focus {
2541-
outline: thin dotted;
25422538
outline: 5px auto -webkit-focus-ring-color;
25432539
outline-offset: -2px;
25442540
}
@@ -3029,7 +3025,6 @@
30293025
.btn.focus,
30303026
.btn:active.focus,
30313027
.btn.active.focus {
3032-
outline: thin dotted;
30333028
outline: 5px auto -webkit-focus-ring-color;
30343029
outline-offset: -2px;
30353030
}
@@ -8760,6 +8755,9 @@
87608755
margin-left: 10px;
87618756
}
87628757
}
8758+
[dir="rtl"] #ipython_notebook {
8759+
float: right !important;
8760+
}
87638761
#noscript {
87648762
width: auto;
87658763
padding-top: 16px;
@@ -8962,9 +8960,15 @@
89628960
*
89638961
* Author: Jupyter Development Team
89648962
*/
8963+
[dir="rtl"] #tabs li {
8964+
float: right;
8965+
}
89658966
ul#tabs {
89668967
margin-bottom: 4px;
89678968
}
8969+
[dir="rtl"] ul#tabs {
8970+
margin-right: 0px;
8971+
}
89688972
ul#tabs a {
89698973
padding-top: 6px;
89708974
padding-bottom: 4px;
@@ -8987,6 +8991,16 @@
89878991
.list_toolbar .tree-buttons {
89888992
padding-top: 1px;
89898993
}
8994+
[dir="rtl"] .list_toolbar .tree-buttons {
8995+
float: left !important;
8996+
}
8997+
[dir="rtl"] .list_toolbar .pull-right {
8998+
padding-top: 1px;
8999+
float: left !important;
9000+
}
9001+
[dir="rtl"] .list_toolbar .pull-left {
9002+
float: right !important;
9003+
}
89909004
.dynamic-buttons {
89919005
padding-top: 3px;
89929006
display: inline-block;
@@ -9122,6 +9136,9 @@
91229136
#tree-selector {
91239137
padding-right: 0px;
91249138
}
9139+
[dir="rtl"] #tree-selector a {
9140+
float: right;
9141+
}
91259142
#button-select-all {
91269143
min-width: 50px;
91279144
}
@@ -9211,6 +9228,9 @@
92119228
left: auto;
92129229
right: 0;
92139230
}
9231+
[dir="rtl"] #new-menu {
9232+
text-align: right;
9233+
}
92149234
.kernel-menu-icon {
92159235
padding-right: 12px;
92169236
width: 24px;
@@ -9256,6 +9276,9 @@
92569276
#running .panel-group .panel .panel-body .list_container .list_item:last-child {
92579277
border-bottom: 0px;
92589278
}
9279+
[dir="rtl"] #running .col-sm-8 {
9280+
float: right !important;
9281+
}
92599282
.delete-button {
92609283
display: none;
92619284
}
@@ -9551,6 +9574,7 @@
95519574
}
95529575
}
95539576
div.inner_cell {
9577+
min-width: 0;
95549578
/* Old browsers */
95559579
display: -webkit-box;
95569580
-webkit-box-orient: vertical;
@@ -9572,11 +9596,6 @@
95729596
/* Modern browsers */
95739597
flex: 1;
95749598
}
9575-
@-moz-document url-prefix() {
9576-
div.inner_cell {
9577-
overflow-x: hidden;
9578-
}
9579-
}
95809599
/* input_area and input_prompt must match in top border and margin for alignment */
95819600
div.input_area {
95829601
border: 1px solid #cfcfcf;
@@ -11246,7 +11265,7 @@
1124611265
}
1124711266
.shortcut_key {
1124811267
display: inline-block;
11249-
width: 20ex;
11268+
width: 21ex;
1125011269
text-align: right;
1125111270
font-family: monospace;
1125211271
}
@@ -11558,6 +11577,7 @@
1155811577
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
1155911578
}
1156011579
.terminal-app .terminal {
11580+
width: 100%;
1156111581
float: left;
1156211582
font-family: monospace;
1156311583
color: white;
@@ -11572,6 +11592,9 @@
1157211592
line-height: 1em;
1157311593
font-size: 14px;
1157411594
}
11595+
.terminal-app .terminal .xterm-rows {
11596+
padding: 10px;
11597+
}
1157511598
.terminal-app .terminal-cursor {
1157611599
color: black;
1157711600
background: white;
@@ -11884,4 +11907,8 @@ <h3 id="At-the-node-level:">At the node level:<a class="anchor-link" href="#At-t
1188411907
</div>
1188511908
</div>
1188611909
</body>
11910+
11911+
11912+
11913+
1188711914
</html>

0 commit comments

Comments
 (0)