File: index.html

package info (click to toggle)
ipywidgets 8.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,520 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (10 lines) | stat: -rw-r--r-- 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<html>
    <head>
        <meta charset="utf-8"/>
        <script src="./built/index.built.js"></script>
    </head>
    <body>
        <h1>Widget Example 1</h1>
        <p>In this widget example, you will see a text box widget and a rendered HTML widget which are linked together. Type into the text box to see the HTML widget automatically updated.
    </body>
</html>