-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathinstance.html
More file actions
16 lines (14 loc) · 648 Bytes
/
instance.html
File metadata and controls
16 lines (14 loc) · 648 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<body>
<div class="vp-instance-base cm-s-ipython">
<label for="vp_instanceVariable" class="vp-instance-label variable">Variable</label>
<div class="vp-instance-box variable">
<textarea id="vp_instanceVariable" name="code"></textarea>
</div>
<div class="vp-ins-container variable" id="vp_variableInsEditContainer">
<!-- vpInstanceEditor -->
</div>
<hr style="margin: 0px;"/>
<label for="vp_instanceAllocate" class="vp-instance-label allocate">Allocate to</label>
<input type="text" id="vp_instanceAllocate" placeholder="Variable name"/>
</div>
</body>