mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-12-04 11:27:00 +00:00
8 lines
337 B
HTML
8 lines
337 B
HTML
<div style="width: 100%; height: 100%; margin-left: 3px;" data-bind="attr: { id: tabId }">
|
|
<!-- This runs the NotebookApp hosted by DataExplorer -->
|
|
<iframe
|
|
style="width:100%; height: 100%; border:none"
|
|
data-bind="setTemplateReady: true, attr: { src: sparkMasterSrc }, visible: !!sparkMasterSrc()"
|
|
></iframe>
|
|
</div>
|