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.

12 lines (10 loc) 274 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 = 'odaFileOpen.ipynb'; </script>