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.

13 lines (11 loc) 325 B
<!DOCTYPE html> <meta charset="utf-8"> <!-- <oda-tester> --> <oda-jupyter id="jupyter"></oda-jupyter> <!-- </oda-tester> --> <script type="module"> import '../../oda.js'; import './jupyter.js'; // jupyter.file_path = 'demo.ipynb'; jupyter.file_path = './jupyter-tree/colab.ipynb'; </script>