Show More
@@ -1058,19 +1058,6 b' p{margin-bottom:0;}' | |||
|
1058 | 1058 | |
|
1059 | 1059 | </style> |
|
1060 | 1060 | <style type="text/css"> |
|
1061 | /* Overrides of notebook CSS for static HTML export | |
|
1062 | ||
|
1063 | */ | |
|
1064 | body { | |
|
1065 | overflow: visible; | |
|
1066 | padding: 8px; | |
|
1067 | } | |
|
1068 | .input_area { | |
|
1069 | padding: 0.4em; | |
|
1070 | } | |
|
1071 | ||
|
1072 | </style> | |
|
1073 | <style type="text/css"> | |
|
1074 | 1061 | .highlight .hll { background-color: #ffffcc } |
|
1075 | 1062 | .highlight { background: #f8f8f8; } |
|
1076 | 1063 | .highlight .c { color: #408080; font-style: italic } /* Comment */ |
@@ -1135,6 +1122,18 b' body {' | |||
|
1135 | 1122 | .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ |
|
1136 | 1123 | </style> |
|
1137 | 1124 | |
|
1125 | ||
|
1126 | <style type="text/css"> | |
|
1127 | /* Overrides of notebook CSS for static HTML export */ | |
|
1128 | body { | |
|
1129 | overflow: visible; | |
|
1130 | padding: 8px; | |
|
1131 | } | |
|
1132 | .input_area { | |
|
1133 | padding: 0.4em; | |
|
1134 | } | |
|
1135 | </style> | |
|
1136 | ||
|
1138 | 1137 | <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"> |
|
1139 | 1138 | |
|
1140 | 1139 | </script> |
@@ -1058,19 +1058,6 b' p{margin-bottom:0;}' | |||
|
1058 | 1058 | |
|
1059 | 1059 | </style> |
|
1060 | 1060 | <style type="text/css"> |
|
1061 | /* Overrides of notebook CSS for static HTML export | |
|
1062 | ||
|
1063 | */ | |
|
1064 | body { | |
|
1065 | overflow: visible; | |
|
1066 | padding: 8px; | |
|
1067 | } | |
|
1068 | .input_area { | |
|
1069 | padding: 0.4em; | |
|
1070 | } | |
|
1071 | ||
|
1072 | </style> | |
|
1073 | <style type="text/css"> | |
|
1074 | 1061 | .highlight .hll { background-color: #ffffcc } |
|
1075 | 1062 | .highlight { background: #f8f8f8; } |
|
1076 | 1063 | .highlight .c { color: #408080; font-style: italic } /* Comment */ |
@@ -1135,6 +1122,18 b' body {' | |||
|
1135 | 1122 | .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ |
|
1136 | 1123 | </style> |
|
1137 | 1124 | |
|
1125 | ||
|
1126 | <style type="text/css"> | |
|
1127 | /* Overrides of notebook CSS for static HTML export */ | |
|
1128 | body { | |
|
1129 | overflow: visible; | |
|
1130 | padding: 8px; | |
|
1131 | } | |
|
1132 | .input_area { | |
|
1133 | padding: 0.4em; | |
|
1134 | } | |
|
1135 | </style> | |
|
1136 | ||
|
1138 | 1137 | <script src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" type="text/javascript"> |
|
1139 | 1138 | |
|
1140 | 1139 | </script> |
@@ -30058,4 +30057,4 b' Wall time: 0.34 s.' | |||
|
30058 | 30057 | <p>Finally, as we said earlier, IPython also has a high-level and easy to use set of libraries for parallel computing, that let you control (interactively if desired) not just one IPython but an entire cluster of 'IPython engines'. Unfortunately a detailed discussion of these tools is beyond the scope of this text, but should you need to parallelize your analysis codes, a quick read of the tutorials and examples provided at the IPython site may prove fruitful.</p> |
|
30059 | 30058 | </div> |
|
30060 | 30059 | </body> |
|
30061 | </html> No newline at end of file | |
|
30060 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now