forked from StarKnowData/trainee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Python181103-071.html
360 lines (301 loc) · 30.1 KB
/
Python181103-071.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
<!DOCTYPE html>
<!-- saved from url=(0026)http://localhost:8889/tree -->
<html lang="zh-cn"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Home</title>
<link id="favicon" rel="shortcut icon" type="image/x-icon" href="http://localhost:8889/static/base/images/favicon.ico?v=97c6417ed01bdc0ae3ef32ae4894fd03">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="./Python181103-071_files/jquery-ui.min.css" type="text/css">
<link rel="stylesheet" href="./Python181103-071_files/jquery.typeahead.min.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Python181103-071_files/style.min.css" type="text/css">
<link rel="stylesheet" href="./Python181103-071_files/custom.css" type="text/css">
<script src="./Python181103-071_files/promise.min.js.下载" type="text/javascript" charset="utf-8"></script>
<script src="./Python181103-071_files/index.js.下载" type="text/javascript"></script>
<script src="./Python181103-071_files/index.js(1).下载" type="text/javascript"></script>
<script src="./Python181103-071_files/index.js(2).下载" type="text/javascript"></script>
<script src="./Python181103-071_files/require.js.下载" type="text/javascript" charset="utf-8"></script>
<script>
require.config({
urlArgs: "v=20181104101006",
baseUrl: '/static/',
paths: {
'auth/js/main': 'auth/js/main.min',
custom : '/custom',
nbextensions : '/nbextensions',
kernelspecs : '/kernelspecs',
underscore : 'components/underscore/underscore-min',
backbone : 'components/backbone/backbone-min',
jed: 'components/jed/jed',
jquery: 'components/jquery/jquery.min',
json: 'components/requirejs-plugins/src/json',
text: 'components/requirejs-text/text',
bootstrap: 'components/bootstrap/js/bootstrap.min',
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min',
moment: 'components/moment/min/moment-with-locales',
codemirror: 'components/codemirror',
termjs: 'components/xterm.js/xterm',
typeahead: 'components/jquery-typeahead/dist/jquery.typeahead.min',
},
map: { // for backward compatibility
"*": {
"jqueryui": "jquery-ui",
}
},
shim: {
typeahead: {
deps: ["jquery"],
exports: "typeahead"
},
underscore: {
exports: '_'
},
backbone: {
deps: ["underscore", "jquery"],
exports: "Backbone"
},
bootstrap: {
deps: ["jquery"],
exports: "bootstrap"
},
bootstraptour: {
deps: ["bootstrap"],
exports: "Tour"
},
"jquery-ui": {
deps: ["jquery"],
exports: "$"
}
},
waitSeconds: 30,
});
require.config({
map: {
'*':{
'contents': 'services/contents',
}
}
});
// error-catching custom.js shim.
define("custom", function (require, exports, module) {
try {
var custom = require('custom/custom');
console.debug('loaded custom.js');
return custom;
} catch (e) {
console.error("error loading custom.js", e);
return {};
}
})
document.nbjs_translations = {"domain": "nbjs", "locale_data": {"nbjs": {"": {"domain": "nbjs"}}}};
document.documentElement.lang = navigator.language.toLowerCase();
</script>
<script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="services/contents" src="./Python181103-071_files/contents.js.下载"></script><script type="text/javascript" charset="utf-8" async="" data-requirecontext="_" data-requiremodule="custom/custom" src="./Python181103-071_files/custom.js.下载"></script></head>
<body class="" data-jupyter-api-token="779b1750d863043b22476ed5b712bd35f211a913a53e5f06" data-base-url="/" data-notebook-path="" data-terminals-available="True" data-server-root="C:\Users\73597" dir="ltr">
<noscript>
<div id='noscript'>
Jupyter Notebook requires JavaScript.<br>
Please enable it to proceed.
</div>
</noscript>
<div id="header" style="display: block;">
<div id="header-container" class="container">
<div id="ipython_notebook" class="nav navbar-brand"><a href="http://localhost:8889/tree?token=779b1750d863043b22476ed5b712bd35f211a913a53e5f06" title="dashboard">
<img src="./Python181103-071_files/logo.png" alt="Jupyter Notebook">
</a></div>
<span class="flex-spacer"></span>
<span id="shutdown_widget">
<button id="shutdown" class="btn btn-sm navbar-btn" title="Stop the Jupyter server">
Quit
</button>
</span>
<span id="login_widget">
<button id="logout" class="btn btn-sm navbar-btn">Logout</button>
</span>
</div>
<div class="header-bar"></div>
</div>
<div id="site" style="display: block; height: 483px;">
<div id="ipython-main-app" class="container">
<div id="tab_content" class="tabbable">
<ul id="tabs" class="nav nav-tabs">
<li class="active"><a href="http://localhost:8889/tree#notebooks" data-toggle="tab">Files</a></li>
<li><a href="http://localhost:8889/tree#running" data-toggle="tab">Running</a></li>
<li><a href="http://localhost:8889/tree#clusters" data-toggle="tab" class="clusters_tab_link">Clusters</a></li>
</ul>
<div class="tab-content">
<div id="notebooks" class="tab-pane active">
<div id="notebook_toolbar" class="row list_toolbar">
<div class="col-sm-8 no-padding">
<div class="dynamic-instructions">
Select items to perform actions on them.
</div>
<div class="dynamic-buttons">
<button title="Duplicate selected" aria-label="Duplicate selected" class="duplicate-button btn btn-default btn-xs" style="display: none;">Duplicate</button>
<button title="Rename selected" aria-label="Rename selected" class="rename-button btn btn-default btn-xs" style="display: none;">Rename</button>
<button title="Move selected" aria-label="Move selected" class="move-button btn btn-default btn-xs" style="display: none;">Move</button>
<button title="Download selected" aria-label="Download selected" class="download-button btn btn-default btn-xs" style="display: none;">Download</button>
<button title="Shutdown selected notebook(s)" aria-label="Shutdown selected notebook(s)" class="shutdown-button btn btn-default btn-xs btn-warning" style="display: none;">Shutdown</button>
<button title="View selected" aria-label="View selected" class="view-button btn btn-default btn-xs" style="display: none;">View</button>
<button title="Edit selected" aria-label="Edit selected" class="edit-button btn btn-default btn-xs" style="display: none;">Edit</button>
<button title="Delete selected" aria-label="Delete selected" class="delete-button btn btn-default btn-xs btn-danger" style="display: none;"><i class="fa fa-trash"></i></button>
</div>
</div>
<div class="col-sm-4 no-padding tree-buttons">
<div class="pull-right">
<form id="alternate_upload" class="alternate_upload">
<span id="notebook_list_info" class="toolbar_info">
<span class="btn btn-xs btn-default btn-upload">
<input title="Click to browse for a file to upload." type="file" name="datafile" class="fileinput" multiple="multiple">
Upload
</span>
</span>
</form>
<div id="new-buttons" class="btn-group">
<button class="dropdown-toggle btn btn-default btn-xs" id="new-dropdown-button" data-toggle="dropdown">
<span>New</span>
<span class="caret"></span>
</button>
<ul id="new-menu" class="dropdown-menu">
<li role="presentation" class="dropdown-header" id="notebook-kernels">Notebook:</li><li id="kernel-python3"><a href="http://localhost:8889/tree#" title="Create a new notebook with Python 3">Python 3</a></li>
<li role="presentation" class="divider"></li>
<li role="presentation" class="dropdown-header">Other:</li>
<li role="presentation" id="new-file">
<a role="menuitem" tabindex="-1" href="http://localhost:8889/tree#">Text File</a>
</li>
<li role="presentation" id="new-folder">
<a role="menuitem" tabindex="-1" href="http://localhost:8889/tree#">Folder</a>
</li>
<li role="presentation" id="new-terminal">
<a role="menuitem" tabindex="-1" href="http://localhost:8889/tree#">Terminal</a>
</li>
</ul>
</div>
<div class="btn-group">
<button id="refresh_notebook_list" title="Refresh notebook list" aria-label="Refresh notebook list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button>
</div>
</div>
</div>
</div>
<div id="notebook_list" class="list_container">
<div id="notebook_list_header" class="row list_header">
<div class="btn-group dropdown" id="tree-selector">
<button title="Select All / None" aria-label="Select All / None" type="button" class="btn btn-default btn-xs" id="button-select-all">
<input type="checkbox" class="pull-left tree-selector" id="select-all"><span id="counter-select-all">0</span>
</button>
<button title="Select..." class="btn btn-default btn-xs dropdown-toggle" type="button" id="tree-selector-btn" data-toggle="dropdown" aria-expanded="true">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul id="selector-menu" class="dropdown-menu" role="menu" aria-labelledby="tree-selector-btn">
<li role="presentation"><a id="select-folders" role="menuitem" tabindex="-1" href="http://localhost:8889/tree#" title="Select All Folders"><i class="menu_icon folder_icon icon-fixed-width"></i> Folders</a></li>
<li role="presentation"><a id="select-notebooks" role="menuitem" tabindex="-1" href="http://localhost:8889/tree#" title="Select All Notebooks"><i class="menu_icon notebook_icon icon-fixed-width"></i> All Notebooks</a></li>
<li role="presentation"><a id="select-running-notebooks" role="menuitem" tabindex="-1" href="http://localhost:8889/tree#" title="Select Running Notebooks"><i class="menu_icon running_notebook_icon icon-fixed-width"></i> Running</a></li>
<li role="presentation"><a id="select-files" role="menuitem" tabindex="-1" href="http://localhost:8889/tree#" title="Select All Files"><i class="menu_icon file_icon icon-fixed-width"></i> Files</a></li>
</ul>
</div>
<div id="project_name">
<ul class="breadcrumb"><li><a href="http://localhost:8889/tree"><i class="fa fa-folder"></i></a></li><li><a href="http://localhost:8889/tree"></a></li></ul>
</div>
<div id="file_size" class="pull-right sort_button">
<span class="btn btn-xs btn-default sort-action" id="file-size">
File size
<i class="fa"></i>
</span>
</div>
<div id="last_modified" class="pull-right sort_button">
<span class="btn btn-xs btn-default sort-action" id="last-modified">
Last Modified
<i class="fa"></i>
</span>
</div>
<div id="sort_name" class="pull-right sort_button">
<span class="btn btn-xs btn-default sort-action" id="sort-name">
Name
<i class="fa fa-arrow-down"></i>
</span>
</div>
</div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/3D%20Objects"><span class="item_name">3D Objects</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Anaconda3"><span class="item_name">Anaconda3</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-11-02 16:52">2 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Contacts"><span class="item_name">Contacts</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Desktop"><span class="item_name">Desktop</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-11-04 10:11">几秒前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Documents"><span class="item_name">Documents</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-11-02 16:43">2 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Downloads"><span class="item_name">Downloads</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-11-04 10:10">几秒前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Favorites"><span class="item_name">Favorites</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Links"><span class="item_name">Links</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-31 22:46">3 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Music"><span class="item_name">Music</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/OneDrive"><span class="item_name">OneDrive</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-11-04 09:37">33 分钟前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Pictures"><span class="item_name">Pictures</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-27 11:39">8 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Roaming"><span class="item_name">Roaming</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2017-12-12 11:37">1 年前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Saved%20Games"><span class="item_name">Saved Games</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Searches"><span class="item_name">Searches</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/source"><span class="item_name">source</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-12 23:28">22 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/VB98"><span class="item_name">VB98</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-20 14:18">15 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon folder_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/tree/Videos"><span class="item_name">Videos</span></a><span class="file_size pull-right"> </span><span class="item_modified pull-right" title="2018-10-21 21:45">14 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/hss.ipynb" target="_blank"><span class="item_name">hss.ipynb</span></a><span class="file_size pull-right">3.64 kB</span><span class="item_modified pull-right" title="2018-11-03 11:32">1 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Python181103-033.ipynb" target="_blank"><span class="item_name">Python181103-033.ipynb</span></a><span class="file_size pull-right">1.09 kB</span><span class="item_modified pull-right" title="2018-11-03 12:51">21 小时前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Python181103-071.ipynb" target="_blank"><span class="item_name">Python181103-071.ipynb</span></a><span class="file_size pull-right">1.79 kB</span><span class="item_modified pull-right" title="2018-11-03 17:43">16 小时前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/q.ipynb" target="_blank"><span class="item_name">q.ipynb</span></a><span class="file_size pull-right">555 B</span><span class="item_modified pull-right" title="2018-11-03 16:38">18 小时前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Untitled.ipynb" target="_blank"><span class="item_name">Untitled.ipynb</span></a><span class="file_size pull-right">72 B</span><span class="item_modified pull-right" title="2018-11-02 20:55">2 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Untitled1.ipynb" target="_blank"><span class="item_name">Untitled1.ipynb</span></a><span class="file_size pull-right">72 B</span><span class="item_modified pull-right" title="2018-11-03 09:20">1 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Untitled2.ipynb" target="_blank"><span class="item_name">Untitled2.ipynb</span></a><span class="file_size pull-right">72 B</span><span class="item_modified pull-right" title="2018-11-03 09:23">1 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon notebook_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/notebooks/Untitled3.ipynb" target="_blank"><span class="item_name">Untitled3.ipynb</span></a><span class="file_size pull-right">1.8 kB</span><span class="item_modified pull-right" title="2018-11-03 13:05">21 小时前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div><div class="list_item row"><div class="col-md-12"><input type="checkbox" title="Click here to rename, delete, etc."><i class="item_icon file_icon icon-fixed-width"></i><a class="item_link" href="http://localhost:8889/edit/python-3.7.1.exe" target="_blank"><span class="item_name">python-3.7.1.exe</span></a><span class="file_size pull-right">24.4 MB</span><span class="item_modified pull-right" title="2018-11-02 15:05">2 天前</span><div class="item_buttons pull-right"><div class="running-indicator" style="visibility: hidden;">Running</div></div></div></div>
</div>
</div>
<div id="running" class="tab-pane">
<div id="running_toolbar" class="row list_toolbar">
<div class="col-sm-8 no-padding">
<span id="running_list_info" class="toolbar_info">Currently running Jupyter processes</span>
</div>
<div class="col-sm-4 no-padding tree-buttons">
<span id="running_buttons" class="pull-right toolbar_buttons">
<button id="refresh_running_list" title="Refresh running list" aria-label="Refresh running list" class="btn btn-default btn-xs"><i class="fa fa-refresh"></i></button>
</span>
</div>
</div>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<a data-toggle="collapse" data-target="#collapseOne" href="http://localhost:8889/tree#">
Terminals
<i class="fa fa-caret-down"></i></a>
</div>
<div id="collapseOne" class=" collapse in">
<div class="panel-body">
<div id="terminal_list" class="list_container">
<div id="terminal_list_header" class="row list_placeholder">
<div> There are no terminals running. </div>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<a data-toggle="collapse" data-target="#collapseTwo" href="http://localhost:8889/tree#">
Notebooks
<i class="fa fa-caret-down"></i></a>
</div>
<div id="collapseTwo" class=" collapse in">
<div class="panel-body">
<div id="running_list" class="list_container">
<div id="running_list_placeholder" class="row list_placeholder">
<div> There are no notebooks running. </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="clusters" class="tab-pane">
Clusters tab is now provided by IPython parallel.
See '<a href="https://github.com/ipython/ipyparallel">IPython parallel</a>' for installation details.
</div>
</div><!-- class:tab-content -->
</div><!-- id:tab_content -->
</div><!-- ipython-main-app -->
</div>
<script src="./Python181103-071_files/main.min.js.下载" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
function _remove_token_from_url() {
if (window.location.search.length <= 1) {
return;
}
var search_parameters = window.location.search.slice(1).split('&');
for (var i = 0; i < search_parameters.length; i++) {
if (search_parameters[i].split('=')[0] === 'token') {
// remote token from search parameters
search_parameters.splice(i, 1);
var new_search = '';
if (search_parameters.length) {
new_search = '?' + search_parameters.join('&');
}
var new_url = window.location.origin +
window.location.pathname +
new_search +
window.location.hash;
window.history.replaceState({}, "", new_url);
return;
}
}
}
_remove_token_from_url();
</script>
</body></html>