File: index.md

package info (click to toggle)
ipywidgets 8.1.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,524 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (40 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
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
# How-to Guides

```{toctree}
:caption: Using Widgets
:maxdepth: 1
../examples
../user_install
../examples/Widget Basics
../examples/Widget List
../examples/Output Widget
../examples/Widget Events
../examples/Widget Styling
../examples/Widget Layout
../examples/Layout Templates
../examples/Using Interact
../examples/Widget Asynchronous
```

```{toctree}
:caption: Upgrading
:maxdepth: 1
../user_migration_guides
../migration_guides
```

```{toctree}
:caption: Publishing Content with Widgets
:maxdepth: 1
../embedding
```

```{toctree}
:caption: Contributing to Jupyter Widgets
:maxdepth: 1
../dev_install
../dev_testing
../dev_docs
../contributing
../dev_release
```