UNPKG

oda-framework

Version:

It's an ES Progressive Framework based on the technology of Web Components and designed especially for creating custom UI/UX of any complexity for web and cross-platform PWA mobile applications.

18 lines (15 loc) 492 B
<!DOCTYPE html> <meta charset="utf-8"> <oda-tester> <oda-jupyter-layout id="jupyterlayout"></oda-jupyter-layout> </oda-tester> <script type="module"> import '../../../oda.js'; import '../jupyter.js'; import './jupyter-tree.js'; ODA({ is: 'oda-jupyter-layout', extends: 'this, oda-jupyter', template: ` <oda-jupyter-tree slot="left-panel" ::focused-row="focusedCell"></oda-jupyter-tree> `, }); jupyterlayout.file_path = './colab.ipynb'; </script>