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 (43 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
    <head>
        <script src="built/index.built.js"></script>
        <meta http-equiv="content-type" content="text/html; charset=UTF8">
        <style>
        body {
            margin-left: auto;
            margin-right: auto;
            max-width: 900px;
            background-color: #eee;
        }

        .jupyter-js-widgets-example {
            margin-top: 10px;
            margin-bottom: 10px;
            background-color: white;
            overflow: auto;
            box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2);
        }

        .widgetarea, .inputarea {
            margin: 5px;
        }

        .CodeMirror {
            border: 1px solid #ccc;
            height: auto;
            background-color: #f7f7f7;
            border-radius: 2px;
        }

        .CodeMirror-Scroll {
            height: auto;
        }
        </style>
    </head>
    <body>
        <div class="jupyter-js-widgets-example">
            <div class="inputarea"></div>
            <div class="widgetarea"></div>
        </div>
    </body>
</html>