|
|
|
|
@ -31,7 +31,7 @@ data-notebook-path="{{notebook_path}}"
|
|
|
|
|
<div class="tab-content">
|
|
|
|
|
<div id="notebooks" class="tab-pane active">
|
|
|
|
|
<div id="notebook_toolbar" class="row">
|
|
|
|
|
<div class="col-md-8 no-padding">
|
|
|
|
|
<div class="col-sm-8 no-padding">
|
|
|
|
|
<form id='alternate_upload' class='alternate_upload' >
|
|
|
|
|
<span id="notebook_list_info" style="position:absolute" >
|
|
|
|
|
To import a notebook, drag the file onto the listing below or <strong>click here</strong>.
|
|
|
|
|
@ -39,7 +39,7 @@ data-notebook-path="{{notebook_path}}"
|
|
|
|
|
<input type="file" name="datafile" class="fileinput" multiple='multiple'>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 no-padding tree-buttons">
|
|
|
|
|
<div class="col-sm-4 no-padding tree-buttons">
|
|
|
|
|
<span id="notebook_buttons" class="pull-right">
|
|
|
|
|
<button id="new_notebook" title="Create new notebook" class="btn btn-default btn-xs">New Notebook</button>
|
|
|
|
|
<button id="refresh_notebook_list" title="Refresh notebook list" class="btn btn-default btn-xs"><i class="icon-refresh"></i></button>
|
|
|
|
|
@ -64,10 +64,10 @@ data-notebook-path="{{notebook_path}}"
|
|
|
|
|
<div id="running" class="tab-pane">
|
|
|
|
|
|
|
|
|
|
<div id="running_toolbar" class="row">
|
|
|
|
|
<div class="col-md-8 no-padding">
|
|
|
|
|
<div class="col-sm-8 no-padding">
|
|
|
|
|
<span id="running_list_info">Currently running IPython notebooks</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 no-padding tree-buttons">
|
|
|
|
|
<div class="col-sm-4 no-padding tree-buttons">
|
|
|
|
|
<span id="running_buttons" class="pull-right">
|
|
|
|
|
<button id="refresh_running_list" title="Refresh running list" class="btn btn-default btn-xs"><i class="icon-refresh"></i></button>
|
|
|
|
|
</span>
|
|
|
|
|
@ -84,10 +84,10 @@ data-notebook-path="{{notebook_path}}"
|
|
|
|
|
<div id="clusters" class="tab-pane">
|
|
|
|
|
|
|
|
|
|
<div id="cluster_toolbar" class="row">
|
|
|
|
|
<div class="col-md-8 no-padding">
|
|
|
|
|
<div class="col-xs-8 no-padding">
|
|
|
|
|
<span id="cluster_list_info">IPython parallel computing clusters</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4 no-padding tree-buttons">
|
|
|
|
|
<div class="col-xs-4 no-padding tree-buttons">
|
|
|
|
|
<span id="cluster_buttons" class="pull-right">
|
|
|
|
|
<button id="refresh_cluster_list" title="Refresh cluster list" class="btn btn-default btn-xs"><i class="icon-refresh"></i></button>
|
|
|
|
|
</span>
|
|
|
|
|
@ -96,10 +96,10 @@ data-notebook-path="{{notebook_path}}"
|
|
|
|
|
|
|
|
|
|
<div id="cluster_list">
|
|
|
|
|
<div id="cluster_list_header" class="row list_header">
|
|
|
|
|
<div class="profile_col col-md-4">profile</div>
|
|
|
|
|
<div class="status_col col-md-3">status</div>
|
|
|
|
|
<div class="engines_col col-md-3" title="Enter the number of engines to start or empty for default"># of engines</div>
|
|
|
|
|
<div class="action_col col-md-2">action</div>
|
|
|
|
|
<div class="profile_col col-xs-4">profile</div>
|
|
|
|
|
<div class="status_col col-xs-3">status</div>
|
|
|
|
|
<div class="engines_col col-xs-3" title="Enter the number of engines to start or empty for default"># of engines</div>
|
|
|
|
|
<div class="action_col col-xs-2">action</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|